Share via


TextViewOptionExtensions.ShouldMoveCaretToEndOnSelectAll Method

Definition

Determines if the caret should be moved to the end of the selection after performing the "select all" operation.

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

Parameters

options
IEditorOptions

Returns

Applies to