JVCL Help:TJvCaptionButton.OnMouseUp

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the user presses a mouse button.


Pascal

 propertyOnMouseUp: 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.OnMouseDown, TJvCaptionButton.OnMouseMove


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