TextViewOptionExtensions.IsOverwriteModeEnabled(IEditorOptions) Method

Definition

Determines whether overwrite mode is enabled with the specified set of editor options.

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsOverwriteModeEnabled(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public:
[System::Runtime::CompilerServices::Extension]
 static bool IsOverwriteModeEnabled(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static bool IsOverwriteModeEnabled (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member IsOverwriteModeEnabled : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> bool
<Extension()>
Public Function IsOverwriteModeEnabled (options As IEditorOptions) As Boolean

Parameters

options
IEditorOptions

The set of editor options.

Returns

true if overwrite mode is enabled, otherwise false.

Applies to