TextViewHostOptionExtensions Class

 

Provides extension methods for options related to the IWpfTextViewHost.

Namespace:   Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

System.Object
  Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods.TextViewHostOptionExtensions

public static class TextViewHostOptionExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticIsChangeTrackingEnabled(IEditorOptions)

Determines whether change tracking is enabled with the specified set of editor options.

System_CAPS_pubmethodSystem_CAPS_staticIsGlyphMarginEnabled(IEditorOptions)

Determines whether the glyph margin is enabled with the specified set of editor options.

System_CAPS_pubmethodSystem_CAPS_staticIsHorizontalScrollBarEnabled(IEditorOptions)

Determines whether the horizontal scrollbar is enabled with the specified set of editor options.

System_CAPS_pubmethodSystem_CAPS_staticIsLineNumberMarginEnabled(IEditorOptions)

Determines whether the line number margin is enabled with the specified set of editor options.

System_CAPS_pubmethodSystem_CAPS_staticIsOutliningMarginEnabled(IEditorOptions)

Determines whether the outlining margin is enabled with the specified set of editor options.

System_CAPS_pubmethodSystem_CAPS_staticIsSelectionMarginEnabled(IEditorOptions)

Determines whether the selection margin is enabled with the specified set of editor options.

System_CAPS_pubmethodSystem_CAPS_staticIsVerticalScrollBarEnabled(IEditorOptions)

Determines whether the vertical scrollbar is enabled with the specified set of editor options.

System_CAPS_pubmethodSystem_CAPS_staticIsZoomControlEnabled(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.

Return to top
Show: