Compartment::CanExpandAndCollapse Property

 

Gets the compartment shape and verifies whether a user can collapse and expand it.

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 CanExpandAndCollapse {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if a user can collapse and expand the compartment shape; otherwise, false.

This property is used by accessibility to determine whether this shape has an expanded state to report.

Return to top
Show: