CollapseHintAdornmentControl.GetIsHighContrast 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 IsHighContrastProperty.
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.