Freigeben über


OutliningMarginBracketControl.GetIsHighlighted Method

Definition

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

Parameters

Returns

true if the control is highlighted, otherwise false.

Applies to