WpfViewOptionExtensions::IsHighlightCurrentLineEnabled Method (IEditorOptions^)

 

Determines whether the option to highlight the current line is enabled.

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

public:
[ExtensionAttribute]
static bool IsHighlightCurrentLineEnabled(
	IEditorOptions^ options
)

Return Value

Type: System::Boolean

true if the highlight current line option was enabled, otherwise false.

Return to top
Show: