JVCL Help:TJvCustomNavigationPane.OnSplitterMouseMove
Search in JVCL Help
Search in all projectsSummary
Occurs when the user moves the mouse pointer while the mouse pointer is over the splitter.
Pascal
propertyOnSplitterMouseMove: TMouseMoveEvent;
Description
Use the OnSplitterMouseMove event handler to respond when the mouse pointer moves after the control has captured the mouse. Use the Shift parameter of the OnSplitterMouseMove 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.
See Also
TJvCustomNavigationPane.OnSplitterMouseDown, TJvCustomNavigationPane.OnSplitterMouseUp
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page