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
'宣言
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. | |
CutOrCopyBlankLineIfNoSelectionId | Determines whether cut and copy causes a blank line to be cut or copied when the selection is empty. | |
DisplayUrlsAsHyperlinksId | Determines whether URLs should be displayed as hyperlinks. | |
DragDropEditingId | Determines whether drag/drop editing is enabled. | |
IsViewportLeftClippedId | Determines whether the view's ViewportLeft property is clipped to the text width. | |
OutliningUndoOptionId | Determines whether outlining can be undone. | |
OverwriteModeId | Determines whether overwrite mode is enabled. | |
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. | |
UseVirtualSpaceId | Determines whether to enable virtual space in the view. | |
UseVisibleWhitespaceId | Determines whether to show spaces and tabs as visible glyphs. | |
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. | |
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.