Shape.Child Property
Determines if the shape is a child shape.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Child As MsoTriState
Get
'Usage
Dim instance As Shape
Dim value As MsoTriState
value = instance.Child
MsoTriState Child { get; }
Property Value
Type: MsoTriState
Remarks
This property returns True if the shape is a child shape, and False if not.