OutliningMarginBracketControl.GetIsHighlighted Method
Gets IsHighlightedProperty.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Shared Function GetIsHighlighted ( _
control As OutliningMarginBracketControl _
) As Boolean
public static bool GetIsHighlighted(
OutliningMarginBracketControl control
)
public:
static bool GetIsHighlighted(
OutliningMarginBracketControl^ control
)
static member GetIsHighlighted :
control:OutliningMarginBracketControl -> bool
public static function GetIsHighlighted(
control : OutliningMarginBracketControl
) : boolean
Parameters
Return 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.