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
声明
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 | |
|---|---|---|
| .gif) .gif) | AutoScrollId | Determines whether the view should auto-scroll on text changes. | 
| .gif) .gif) | CutOrCopyBlankLineIfNoSelectionId | Determines whether cut and copy causes a blank line to be cut or copied when the selection is empty. | 
| .gif) .gif) | DisplayUrlsAsHyperlinksId | Determines whether URLs should be displayed as hyperlinks. | 
| .gif) .gif) | DragDropEditingId | Determines whether drag/drop editing is enabled. | 
| .gif) .gif) | IsViewportLeftClippedId | Determines whether the view's ViewportLeft property is clipped to the text width. | 
| .gif) .gif) | OutliningUndoOptionId | Determines whether outlining can be undone. | 
| .gif) .gif) | OverwriteModeId | Determines whether overwrite mode is enabled. | 
| .gif) .gif) | 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. | 
| .gif) .gif) | UseVirtualSpaceId | Determines whether to enable virtual space in the view. | 
| .gif) .gif) | UseVisibleWhitespaceId | Determines whether to show spaces and tabs as visible glyphs. | 
| .gif) .gif) | 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. | 
| .gif) .gif) | WordWrapStyleId | Gets the word wrap style for the underlying view. | 
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.