Share via


OutliningMarginBracketControl.GetIsHighlighted Method

Gets IsHighlightedProperty.

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

Syntax

'Déclaration
Public Shared Function GetIsHighlighted ( _
    control As OutliningMarginBracketControl _
) As Boolean
public static bool GetIsHighlighted(
    OutliningMarginBracketControl control
)
public:
static bool GetIsHighlighted(
    OutliningMarginBracketControl^ control
)
static member GetIsHighlighted : 
        control:OutliningMarginBracketControl -> bool 
public static function GetIsHighlighted(
    control : OutliningMarginBracketControl
) : boolean

Parameters

Return 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