ShapeElement.AllowsChildrenInSelection 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.
Gets whether or not this shape's children are allowed in the same selection group as this parent.
public:
virtual property bool AllowsChildrenInSelection { bool get(); };
public virtual bool AllowsChildrenInSelection { get; }
member this.AllowsChildrenInSelection : bool
Public Overridable ReadOnly Property AllowsChildrenInSelection As Boolean