About wrapping style, inlineshapes,shapes, and command buttons

  • Follow


Hi,
I have 2 commandbutton controls ,one with an inLineWithText wrapping
style , the other with a different wrapping style, say behind text.Why
is one missing the top and left properties?..i know wrapping style has
something to do with the inlineshape and shape control but in object
browser both commandbutton-s show up as being of  commandbutton type
thus belonging to commandbutton class; how come they have different
properties since they are objects of the same class? what am i missing
here?
0
Reply BulionCuBranza 2/8/2010 11:12:31 PM

Because one is an Shape, and the other is a InlineShape.

The one with BehindText is a Shape, and thus has a Top and Left.

The one with InLine with Text is an InlineShape, and thus does NOT have a Top
and Left.

These are attributes of the Format Control.  Both are still commandbutton,
and of the same class - AS COMMANDBUTTONS.

However, one is an InlineShape, and the other is a Shape - two very different
beasties.

BulionCuBranza wrote:
>Hi,
>I have 2 commandbutton controls ,one with an inLineWithText wrapping
>style , the other with a different wrapping style, say behind text.Why
>is one missing the top and left properties?..i know wrapping style has
>something to do with the inlineshape and shape control but in object
>browser both commandbutton-s show up as being of  commandbutton type
>thus belonging to commandbutton class; how come they have different
>properties since they are objects of the same class? what am i missing
>here?

-- 
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.aspx/word-programming/201002/1

0
Reply Fumei2 2/9/2010 7:48:05 PM


1 Replies
1000 Views

(page loaded in 0.029 seconds)

Similiar Articles:
















7/20/2012 6:48:18 AM


Reply: