WpfViewOptionExtensions.IsHighlightCurrentLineEnabled(IEditorOptions) Method

Definition

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

Parameters

Returns

true if the highlight option was enabled, otherwise false.

Applies to