OutliningMarginBracketControl.SetIsHighlighted 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.
Sets IsHighlightedProperty.
public:
static void SetIsHighlighted(Microsoft::VisualStudio::Text::Editor::OutliningMarginBracketControl ^ control, bool isExpanded);
public static void SetIsHighlighted (Microsoft.VisualStudio.Text.Editor.OutliningMarginBracketControl control, bool isExpanded);
static member SetIsHighlighted : Microsoft.VisualStudio.Text.Editor.OutliningMarginBracketControl * bool -> unit
Public Shared Sub SetIsHighlighted (control As OutliningMarginBracketControl, isExpanded As Boolean)
Parameters
- isExpanded
- Boolean
true if the control is highlighted, otherwise false.