TextViewOptionExtensions::IsAutoScrollEnabled Method (IEditorOptions^)

 

Determines whether auto-scroll is enabled with the specified set of editor options.

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

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

Parameters

options
Type: Microsoft.VisualStudio.Text.Editor::IEditorOptions^

The set of editor options.

Return Value

Type: System::Boolean

true if auto-scroll is enabled, otherwise false.

Return to top
Show: