ShapeElement.AllowsChildrenInSelection Property

If true, the children of this shape can be included in the current selection group.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property AllowsChildrenInSelection As Boolean
'Usage
Dim instance As ShapeElement 
Dim value As Boolean 

value = instance.AllowsChildrenInSelection
public virtual bool AllowsChildrenInSelection { get; }
public:
virtual property bool AllowsChildrenInSelection {
    bool get ();
}
public function get AllowsChildrenInSelection () : boolean

Property Value

Type: System.Boolean

Remarks

By default, the value is false.

.NET Framework Security

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace