Description
This function is called when a drag operation involving this entity is starting, ending, or aborting. The status argument provides information about what is happening with the drag operation.
Visual Basic
Public virtual Function SetDragStatus( status As DragStatus ) As void
C#
public virtual void SetDragStatus( DragStatus status );
Parameters
| Parameters | Description |
|---|---|
| DragStatus status | Value describing the status of the drag operation; one of the values from the DragStat enumeration |