OutliningMarginHeaderControl::IsHighlighted Property

 

Gets or sets IsHighlightedProperty.

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

public:
property bool IsHighlighted {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the control is highlighted; otherwise, false.

Return to top
Show: