JVCL Help:TJvTrayIcon.DoMouseUp

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

Search in JVCL Help

 
Search in all projects
 

Summary

Responds when the user releases the mouse.


Pascal

 procedureDoMouseUp(Button: TMouseButton; Shift: TShiftState; X: Integer; Y: Integer);


Parameters

Parameters Description
Button: TMouseButton Determines which mouse button the user pressed.
Shift: TShiftState Indicates which keys (Shift, Ctrl, and Alt) were down when the user pressed the mouse button.
X: Integer Indicates the new x-coordinate of the mouse pointer.
Y: Integer Indicates the new y-coordinate of the mouse pointer.


Description

Do not call DoMouseUp. It is called automatically when the user releases the mouse.
If the left mouse button is released and tvRestoreClick or tvMinimizeClick is include in Visibility, DoMouseUp restores the visibility of the application or hides the application, respectively. Finally it triggers the OnMouseUp and OnClick event.


See Also

TJvTrayIcon.OnClick, TJvTrayIcon.OnMouseUp, TJvTrayIcon.PopupMenu, TJvTrayIcon.Visibility


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