The control "DragProcess" event handler.
virtual bool OnDragProcess( const int x, // x coordinate const int y // y coordinate )
Parameters
x
[in] Current X coordinate of mouse cursor.
y
[in] Current Y coordinate of mouse cursor.
Returned value
true if the event has been processed, otherwise false.
Note
The "DragProcess" event occurs when the control is moved.