TextViewOptionExtensions Class
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.
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. |