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.
Public virtual Function SetDragStatus( status As DragStatus ) As void
public virtual void SetDragStatus( DragStatus status );
Parameters |
Description |
DragStatus status |
Value describing the status of the drag operation; one of the values from the DragStat enumeration |
Comments? |