WpfViewOptionExtensions.IsHighlightCurrentLineEnabled(IEditorOptions) Method
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.
Determines whether the option to highlight the current line is enabled.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsHighlightCurrentLineEnabled(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public:
[System::Runtime::CompilerServices::Extension]
static bool IsHighlightCurrentLineEnabled(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static bool IsHighlightCurrentLineEnabled (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member IsHighlightCurrentLineEnabled : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> bool
<Extension()>
Public Function IsHighlightCurrentLineEnabled (options As IEditorOptions) As Boolean
- options
- IEditorOptions
The IEditorOptions.
true
if the highlight option was enabled, otherwise false
.