TextViewHostOptionExtensions Class
Provides extension methods for options related to the IWpfTextViewHost.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods.TextViewHostOptionExtensions
| Name | Description | |
|---|---|---|
![]() ![]() | IsChangeTrackingEnabled(IEditorOptions) | Determines whether change tracking is enabled with the specified set of editor options. |
![]() ![]() | IsGlyphMarginEnabled(IEditorOptions) | Determines whether the glyph margin is enabled with the specified set of editor options. |
![]() ![]() | IsHorizontalScrollBarEnabled(IEditorOptions) | Determines whether the horizontal scrollbar is enabled with the specified set of editor options. |
![]() ![]() | IsLineNumberMarginEnabled(IEditorOptions) | Determines whether the line number margin is enabled with the specified set of editor options. |
![]() ![]() | IsOutliningMarginEnabled(IEditorOptions) | Determines whether the outlining margin is enabled with the specified set of editor options. |
![]() ![]() | IsSelectionMarginEnabled(IEditorOptions) | Determines whether the selection margin is enabled with the specified set of editor options. |
![]() ![]() | IsVerticalScrollBarEnabled(IEditorOptions) | Determines whether the vertical scrollbar is enabled with the specified set of editor options. |
![]() ![]() | IsZoomControlEnabled(IEditorOptions) | Determines whether the zoom control is enabled 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.

