TextViewOptionExtensions::IsVirtualSpaceEnabled Method (IEditorOptions^)

 

Determines whether virtual space is enabled for 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 IsVirtualSpaceEnabled(
	IEditorOptions^ options
)

Parameters

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

The set of editor options.

Return Value

Type: System::Boolean

true if virtual space is enabled, otherwise false.

Return to top
Show: