Selection.HasChildShapeRange 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 selection contains child shapes.
public:
property bool HasChildShapeRange { bool get(); };
public bool HasChildShapeRange { get; }
member this.HasChildShapeRange : bool
Public ReadOnly Property HasChildShapeRange As Boolean
Property Value
Remarks
This property returns True if the selection contains child shapes, and False if not.