JVCL Help:TJvCustomNavPaneToolPanel.GetHitTestInfoAt
From Project JEDI Wiki
Jump to navigationJump to search[+] TJvCustomNavPaneToolPanel Events
[+] TJvCustomNavPaneToolPanel Methods
[+] TJvCustomNavPaneToolPanel Properties
Search in JVCL Help
Search in all projectsSummary
Returns information about the location of a point relative to the client area of the control.
Pascal
functionGetHitTestInfoAt(X: Integer; Y: Integer): TJvToolPanelHitTestInfos;
Parameters
Parameters | Description |
X: Integer | Horizontal location of mouse in client coordinates. |
Y: Integer | Vertical location of mouse in client coordinates. |
Return Value
GetHitTestInfoAt returns a TJvToolPanelHitTestInfos. This set describes the possible elements under the mouse.
Description
Call GetHitTestInfoAt to determine what portion of the control, if any, sits under the point specified by the X and Y parameters. For example, use GetHitTestInfoAt to provide feedback about whether the panel can be drag and docked or not when the mouse is over the relevant portions of the control.
See Also
TJvToolPanelHitTestInfo, TJvToolPanelHitTestInfos
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