DragDropInfo.IsInternal Property
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 drag and drop operation has been initiated from within the editor.
public:
property bool IsInternal { bool get(); };
public:
property bool IsInternal { bool get(); };
public bool IsInternal { get; }
member this.IsInternal : bool
Public ReadOnly Property IsInternal As Boolean
Property Value
true if the drag and drop operation has been initiated from within the editor, otherwise false.