Occurs only at design mode when user moves mouse.
property OnMouseMove: TMouseMoveEvent;
It is the same as standard TControl.OnMouseMove event.
Use the OnMouseMove event handler to respond when the mouse pointer moves after the control has captured the mouse.
See TControl.OnMouseMove for details.
|
Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|