JVCL Help:TJvCustomOutlookBar.GetPageButtonAtPos

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

Search in JVCL Help

 
Search in all projects
 

Summary

Returns the page button (the button at the top of the page) in the control indicated by the coordinates of a point on the control.


Pascal

 functionGetPageButtonAtPos(P: TPoint): TJvOutlookBarPage;


Parameters

Parameters Description
P: TPoint A point in the control in window coordinates that should be enclosed by a page button rectangle.


Return Value

The page button at P or nil if no page button is located at P.


Description

Call GetPageButtonAtPos to retrieve the page button located at the coordinates given by P. If no page button encloses the P.X and P.Y coordinates, nil is returned.


See Also

TJvCustomOutlookBar.GetButtonAtPos


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