SimpleGraphicsOption.Key Property

Definition

Gets the key for the simple graphics option.

public:
 virtual property Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> Key { Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> get(); };
public override Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool> Key { get; }
member this.Key : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>
Public Overrides ReadOnly Property Key As EditorOptionKey(Of Boolean)

Property Value

EnableSimpleGraphicsId.

Applies to