DefaultTextViewOptions Class
Defines common ITextView options.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Text.Editor.DefaultTextViewOptions
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public NotInheritable Class DefaultTextViewOptions
public static class DefaultTextViewOptions
public ref class DefaultTextViewOptions abstract sealed
[<AbstractClass>]
[<Sealed>]
type DefaultTextViewOptions = class end
public final class DefaultTextViewOptions
The DefaultTextViewOptions type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() |
AutoScrollId | Determines whether the view should auto-scroll on text changes. |
![]() ![]() |
AutoScrollName | |
![]() ![]() |
CutOrCopyBlankLineIfNoSelectionId | Determines whether cut and copy causes a blank line to be cut or copied when the selection is empty. |
![]() ![]() |
CutOrCopyBlankLineIfNoSelectionName | |
![]() ![]() |
DisplayUrlsAsHyperlinksId | Determines whether URLs should be displayed as hyperlinks. |
![]() ![]() |
DisplayUrlsAsHyperlinksName | |
![]() ![]() |
DragDropEditingId | Determines whether drag/drop editing is enabled. |
![]() ![]() |
DragDropEditingName | |
![]() ![]() |
IsViewportLeftClippedId | Determines whether the view's ViewportLeft property is clipped to the text width. |
![]() ![]() |
IsViewportLeftClippedName | |
![]() ![]() |
OutliningUndoOptionId | Determines whether outlining can be undone. |
![]() ![]() |
OutliningUndoOptionName | |
![]() ![]() |
OverwriteModeId | Determines whether overwrite mode is enabled. |
![]() ![]() |
OverwriteModeName | |
![]() ![]() |
ProduceScreenReaderFriendlyTextId | Whether or not to replace the coding characters and special symbols (such as (,),{,},etc.) with their textual representation for automated objects to produce friendly text for screen readers. |
![]() ![]() |
ProduceScreenReaderFriendlyTextName | |
![]() ![]() |
UseVirtualSpaceId | Determines whether to enable virtual space in the view. |
![]() ![]() |
UseVirtualSpaceName | |
![]() ![]() |
UseVisibleWhitespaceId | Determines whether to show spaces and tabs as visible glyphs. |
![]() ![]() |
UseVisibleWhitespaceName | |
![]() ![]() |
ViewProhibitUserInputId | Determines whether to prohibit user input. The text in the view's buffer can still be modified, and other views on the same buffer may allow user input. |
![]() ![]() |
ViewProhibitUserInputName | |
![]() ![]() |
WordWrapStyleId | Gets the word wrap style for the underlying view. |
![]() ![]() |
WordWrapStyleName |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.