Shape.Child Property

Definition

Determines if the shape is a child shape.

public:
 property Microsoft::Office::Core::MsoTriState Child { Microsoft::Office::Core::MsoTriState get(); };
public Microsoft.Office.Core.MsoTriState Child { get; }
member this.Child : Microsoft.Office.Core.MsoTriState
Public ReadOnly Property Child As MsoTriState

Property Value

Remarks

This property returns True if the shape is a child shape, and False if not.

Applies to