TextViewOptionExtensions::IsDragDropEditingEnabled Method (IEditorOptions^)

 

Determines whether the option for drag/drop editing is enabled in the specified options.

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

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

Parameters

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

The IEditorOptions used to look up the option value.

Return Value

Type: System::Boolean

true if the drag/drop editing option is enabled, false otherwise.

Return to top
Show: