OutliningEnabledEventArgs::Enabled Property

 

Determines whether outlining has been enabled or disabled.

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

public:
property bool Enabled {
	[CompilerGeneratedAttribute]
	bool get();
	[CompilerGeneratedAttribute]
	private: void set(bool value);
}

Property Value

Type: System::Boolean

true if outlining has been enabled, otherwise false.

Return to top
Show: