OutliningMarginHeaderControl.SetIsHighlighted Method

Definition

public:
 static void SetIsHighlighted(Microsoft::VisualStudio::Text::Editor::OutliningMarginHeaderControl ^ control, bool isExpanded);
public static void SetIsHighlighted (Microsoft.VisualStudio.Text.Editor.OutliningMarginHeaderControl control, bool isExpanded);
static member SetIsHighlighted : Microsoft.VisualStudio.Text.Editor.OutliningMarginHeaderControl * bool -> unit
Public Shared Sub SetIsHighlighted (control As OutliningMarginHeaderControl, isExpanded As Boolean)

Parameters

isExpanded
Boolean

true if the control is highlighted; otherwise, false.

Applies to