JVCL Help:TJvCaptionButton.OnMouseDown
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCaptionButton.OnMouseDown Property
[+] TJvCaptionButton Methods
[+] TJvCaptionButton Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the user presses a mouse button.
Pascal
propertyOnMouseDown: TMouseEvent;
Description
Write an OnMouseDown event handler to respond to mouse button presses over the control.
Use the Shift parameter of the OnMouseMove 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
TJvCaptionButton.OnClick, TJvCaptionButton.OnMouseMove, TJvCaptionButton.OnMouseUp
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