DragDropInfo::IsInternal Property

 

Determines whether the drag and drop operation has been initiated from within the editor.

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

public:
property bool IsInternal {
	[CompilerGeneratedAttribute]
	bool get();
	[CompilerGeneratedAttribute]
	private: void set(bool value);
}

Property Value

Type: System::Boolean

true if the drag and drop operation has been initiated from within the editor, otherwise false.

Return to top
Show: