OutliningMarginBracketControl.GetIsHighlighted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets IsHighlightedProperty.
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.