|
OnDragProcess
The virtual handler of the "DragProcess" (dragging) event.
virtual bool OnDragProcess(
|
Parameters
x
[in] Current X coordinate of mouse cursor.
y
[in] Current Y coordinate of mouse cursor.
Return Value
true - event processed, otherwise - false.
Note
The "DragProcess" event occurs when the control is dragged.