JVCL Help:TJvCustomOutlookBar.GetButtonAtPos
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomOutlookBar.GetButtonAtPos Method
[+] TJvCustomOutlookBar Events
[+] TJvCustomOutlookBar Methods
[+] TJvCustomOutlookBar Properties
Search in JVCL Help
Search in all projectsSummary
Returns the button in the control indicated by the coordinates of a point on the control.
Pascal
functionGetButtonAtPos(P: TPoint): TJvOutlookBarButton;
Parameters
Parameters | Description |
P: TPoint | A point in the control in window coordinates that should be enclosed by a button rectangle. |
Return Value
The button at P or nil if no button is located at P.
Description
Call GetButtonAtPos to retrieve the button located at the coordinates given by P. If no button encloses the P.X and P.Y coordinates, nil is returned. This function can only return a button in the visible part of the active page.
See Also
TJvCustomOutlookBar.GetPageButtonAtPos
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