DragDropInfo::IsInternal Property
Visual Studio 2015
Determines whether the drag and drop operation has been initiated from within the editor.
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::Booleantrue if the drag and drop operation has been initiated from within the editor, otherwise false.
Show: