ICollapsible::IsCollapsible Property

 

Determines whether this region can be collapsed.

Namespace:   Microsoft.VisualStudio.Text.Outlining
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property bool IsCollapsible {
	bool get();
}

Property Value

Type: System::Boolean

true if this region can be collapsed, otherwise false.

Return to top
Show: