OutliningMarginHeaderControl.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::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
- control
- OutliningMarginHeaderControl
Returns
true if the control is highlighted; otherwise, false.