Shape.Child Property
Word Developer Reference |
True if the shape is a child shape or if all shapes in a shape range are child shapes of the same parent. Read-only MsoTriState.
Syntax
expression.Child
expression Required. A variable that represents a Shape object.
Example
This example selects the first shape in the canvas and, if the selected shape is a child shape, fills the shape with the specified color. This example assumes that the first shape in the active document is a drawing canvas that contains multiple shapes.
Visual Basic for Applications |
---|
|
See Also