TextViewHostOptionExtensions Class    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods for ITextView host related options.
public ref class TextViewHostOptionExtensions abstract sealedpublic ref class TextViewHostOptionExtensions abstract sealedclass TextViewHostOptionExtensions abstract sealedpublic static class TextViewHostOptionExtensionstype TextViewHostOptionExtensions = classPublic Module TextViewHostOptionExtensions- Inheritance
- 
				TextViewHostOptionExtensions
Methods
| 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. | 
| IsInContrastMode(IEditorOptions) | Determines whether the editor is in either "Extra Contrast" or "High Contrast" modes. | 
| 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. |