SwimlaneShape::AllowsChildrenInSelection Property

 

true if a user can select a child shape after selecting the parent shape; otherwise, false.

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

public:
property bool AllowsChildrenInSelection {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

By default, the return value is true.

Return to top
Show: