IOutliningManager::Enabled Property

 

Determines whether outlining is enabled.

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

property bool Enabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if outlining is enabled, otherwise false.

Return to top
Show: