OutliningMarginBracketControl.IsHighlighted Property
Gets or sets IsHighlightedProperty.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Property IsHighlighted As Boolean
public bool IsHighlighted { get; set; }
public:
property bool IsHighlighted {
bool get ();
void set (bool value);
}
member IsHighlighted : bool with get, set
function get IsHighlighted () : boolean
function set IsHighlighted (value : boolean)
Property Value
Type: System.Boolean
true if the control is highlighted, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.