IDragProvider.IsGrabbed Property

Definition

Gets a value indicating whether an item is currently being dragged.

public:
 property bool IsGrabbed { bool get(); };
bool IsGrabbed();
public bool IsGrabbed { get; }
var boolean = iDragProvider.isGrabbed;
Public ReadOnly Property IsGrabbed As Boolean

Property Value

Boolean

bool

true if the item is being dragged. Otherwise, false.

Applies to