DefaultTextViewHostOptions.IsInContrastModeId Field
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.
Determines whether the editor is in either "Extra Contrast" or "High Contrast" modes.
public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> IsInContrastModeId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool> IsInContrastModeId;
staticval mutable IsInContrastModeId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>
Public Shared ReadOnly IsInContrastModeId As EditorOptionKey(Of Boolean)