TextViewOptionExtensions Class

Definition

Provides methods for ITextView-related options.

public ref class TextViewOptionExtensions abstract sealed
public ref class TextViewOptionExtensions abstract sealed
class TextViewOptionExtensions abstract sealed
public static class TextViewOptionExtensions
type TextViewOptionExtensions = class
Public Module TextViewOptionExtensions
Inheritance
TextViewOptionExtensions

Methods

DoesViewProhibitUserInput(IEditorOptions)

Determines whether the view prohibits all user input.

IsAutoScrollEnabled(IEditorOptions)

Determines whether auto-scroll is enabled with the specified set of editor options.

IsDragDropEditingEnabled(IEditorOptions)

Determines whether the option for drag/drop editing is enabled in the specified IEditorOptions.

IsOutliningUndoEnabled(IEditorOptions)

Determines whether the option for outlining undo enabled in the specified IEditorOptions.

IsOverwriteModeEnabled(IEditorOptions)

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

IsViewportLeftClipped(IEditorOptions)

Determines whether the view's ViewportLeft property is clipped to the text width.

IsVirtualSpaceEnabled(IEditorOptions)

Determines whether virtual space is enabled for the specified set of editor options.

IsVisibleWhitespaceEnabled(IEditorOptions)

Determines whether visible whitespace is enabled with the specified set of editor options.

IsVisibleWhitespaceEnabledOnlyForSelection(IEditorOptions)
ShouldMoveCaretToEndOnSelectAll(IEditorOptions)

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

VisibleWhitespaceTypes(IEditorOptions)
WordWrapStyle(IEditorOptions)

Gets the set of word wrap styles with the specified set of editor options.

Applies to