Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.