TextViewOptionExtensions.IsDragDropEditingEnabled(IEditorOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the option for drag/drop editing is enabled in the specified IEditorOptions.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsDragDropEditingEnabled(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public:
[System::Runtime::CompilerServices::Extension]
static bool IsDragDropEditingEnabled(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static bool IsDragDropEditingEnabled (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member IsDragDropEditingEnabled : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> bool
<Extension()>
Public Function IsDragDropEditingEnabled (options As IEditorOptions) As Boolean
Parameters
- options
- IEditorOptions
The IEditorOptions used to look up the option value.
Returns
true
if the drag/drop editing option is enabled, false
otherwise.