TextViewOptionExtensions Class
Provides methods for ITextView-related options.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | 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 options. |
![]() ![]() | 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. |
![]() ![]() | WordWrapStyle(IEditorOptions) | Gets the set of word wrap styles with the specified set of editor options. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

