IOutliningRegionTag::IsDefaultCollapsed Property

 

Determines whether the region is collapsed by default.

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

property bool IsDefaultCollapsed {
	bool get();
}

Property Value

Type: System::Boolean

true if the region is collapsed by default, otherwise false.

Return to top
Show: