Links
EControl Syntax Editor SDK
TSyntaxComboBox.OnMouseMove Property

Occurs when the user moves the mouse pointer while the mouse pointer is over a control.

property OnMouseMove;

Use the OnMouseMove event handler to respond when the mouse pointer moves after the control has captured the mouse. 

 

Use the Shift parameter of the OnMouseDown event handler, to determine to the state of the shift keys and mouse buttons. Shift keys are the Shift, Ctrl, and Alt keys or shift key-mouse button combinations. X and Y are pixel coordinates of the new location of the mouse pointer in the client area of the Sender.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!