Share via


OutliningMarginBracketControl.IsHighlighted Property

Gets or sets IsHighlightedProperty.

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

Syntax

'Déclaration
Public Property IsHighlighted As Boolean
public bool IsHighlighted { get; set; }
public:
property bool IsHighlighted {
    bool get ();
    void set (bool value);
}
member IsHighlighted : bool with get, set
function get IsHighlighted () : boolean
function set IsHighlighted (value : boolean)

Property Value

Type: System.Boolean
true if the control is highlighted, otherwise false.

.NET Framework Security

See Also

Reference

OutliningMarginBracketControl Class

Microsoft.VisualStudio.Text.Editor Namespace