JVCL Help:TJvCaptionButton.MouseUp
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCaptionButton.MouseUp Method
[+] TJvCaptionButton Methods
[+] TJvCaptionButton Properties
Search in JVCL Help
Search in all projectsSummary
Called when a mouse button is released.
Pascal
procedureMouseUp(Button: TMouseButton; Shift: TShiftState; X: Integer; Y: Integer); virtual;
Parameters
Parameters | Description |
Button: TMouseButton | The mouse button released. |
Shift: TShiftState | The shift state when the button was released. |
X: Integer | The X position where the button was released, relative to upper left corner of the control. |
Y: Integer | The Y position where the button was released, relative to upper left corner of the control. |
Description
MouseUp is called when a mouse button is released. If an OnMouseUp event handler has been assigned, it will be called.
See Also
TJvCaptionButton.MouseDown, 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