Share via


OutliningMarginHeaderControl.SetIsHighlighted Method

Sets IsHighlightedProperty.

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

Syntax

'Declaration
Public Shared Sub SetIsHighlighted ( _
    control As OutliningMarginHeaderControl, _
    isExpanded As Boolean _
)
public static void SetIsHighlighted(
    OutliningMarginHeaderControl control,
    bool isExpanded
)
public:
static void SetIsHighlighted(
    OutliningMarginHeaderControl^ control, 
    bool isExpanded
)
static member SetIsHighlighted : 
        control:OutliningMarginHeaderControl * 
        isExpanded:bool -> unit 
public static function SetIsHighlighted(
    control : OutliningMarginHeaderControl, 
    isExpanded : boolean
)

Parameters

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

.NET Framework Security

See Also

Reference

OutliningMarginHeaderControl Class

Microsoft.VisualStudio.Text.Editor Namespace