Shape.Child Property
msoTrue if the shape is a child shape or if all shapes in a shape range are child shapes of the same parent. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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: Microsoft.Office.Core.MsoTriState
Remarks
The value of the Child property can be one of the following MsoTriState constant:
Constant |
Description |
---|---|
The shape is not a child shape or, if a shape range, all child shapes do not belong to the same parent. |
|
The shape is a child shape or, if a shape range, all child shapes belong to the same parent. |