Shape.Child Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.