Share via


OutliningMarginHeaderControl.GetIsHighlighted Method

Gets IsHighlightedProperty.

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

Syntax

'Declaration
Public Shared Function GetIsHighlighted ( _
    control As OutliningMarginHeaderControl _
) As Boolean
public static bool GetIsHighlighted(
    OutliningMarginHeaderControl control
)
public:
static bool GetIsHighlighted(
    OutliningMarginHeaderControl^ control
)
static member GetIsHighlighted : 
        control:OutliningMarginHeaderControl -> bool 
public static function GetIsHighlighted(
    control : OutliningMarginHeaderControl
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

OutliningMarginHeaderControl Class

Microsoft.VisualStudio.Text.Editor Namespace