OutliningMarginHeaderControl.GetIsHighlighted Method

Definition

public:
 static bool GetIsHighlighted(Microsoft::VisualStudio::Text::Editor::OutliningMarginHeaderControl ^ control);
public static bool GetIsHighlighted (Microsoft.VisualStudio.Text.Editor.OutliningMarginHeaderControl control);
static member GetIsHighlighted : Microsoft.VisualStudio.Text.Editor.OutliningMarginHeaderControl -> bool
Public Shared Function GetIsHighlighted (control As OutliningMarginHeaderControl) As Boolean

Parameters

Returns

true if the control is highlighted; otherwise, false.

Applies to