CollapseHintAdornmentControl.GetIsHighContrast Method

Definition

public:
 static bool GetIsHighContrast(Microsoft::VisualStudio::Text::Editor::CollapseHintAdornmentControl ^ control);
public static bool GetIsHighContrast (Microsoft.VisualStudio.Text.Editor.CollapseHintAdornmentControl control);
static member GetIsHighContrast : Microsoft.VisualStudio.Text.Editor.CollapseHintAdornmentControl -> bool
Public Shared Function GetIsHighContrast (control As CollapseHintAdornmentControl) As Boolean

Parameters

control
CollapseHintAdornmentControl

The control the property should be read from.

Returns

The value of the attached property.

Applies to