TextViewOptionExtensions Methods

 

Namespace:   Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDoesViewProhibitUserInput(IEditorOptions^)

Determines whether the view prohibits all user input.

System_CAPS_pubmethodSystem_CAPS_staticIsAutoScrollEnabled(IEditorOptions^)

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

System_CAPS_pubmethodSystem_CAPS_staticIsDragDropEditingEnabled(IEditorOptions^)

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

System_CAPS_pubmethodSystem_CAPS_staticIsOutliningUndoEnabled(IEditorOptions^)

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

System_CAPS_pubmethodSystem_CAPS_staticIsOverwriteModeEnabled(IEditorOptions^)

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

System_CAPS_pubmethodSystem_CAPS_staticIsViewportLeftClipped(IEditorOptions^)

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

System_CAPS_pubmethodSystem_CAPS_staticIsVirtualSpaceEnabled(IEditorOptions^)

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

System_CAPS_pubmethodSystem_CAPS_staticIsVisibleWhitespaceEnabled(IEditorOptions^)

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

System_CAPS_pubmethodSystem_CAPS_staticWordWrapStyle(IEditorOptions^)

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

Return to top
Show: