WpfViewOptionExtensions::IsHighlightCurrentLineEnabled Method (IEditorOptions^)
Visual Studio 2015
Determines whether the option to highlight the current line is enabled.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
public: [ExtensionAttribute] static bool IsHighlightCurrentLineEnabled( IEditorOptions^ options )
Parameters
- options
-
Type:
Microsoft.VisualStudio.Text.Editor::IEditorOptions^
The IEditorOptions.
Return Value
Type: System::Booleantrue if the highlight current line option was enabled, otherwise false.
Show: