Share via


DragDropInfo.IsInternal Property

Definition

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.

Applies to