JVCL Help:TJvXPCustomWinXPBar.GetHitTestAt

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

Search in JVCL Help

 
Search in all projects
 

Summary

Returns hit test info for a specific point in the control.


Pascal

 functionGetHitTestAt(X: Integer; Y: Integer): TJvXPBarHitTest;


Parameters

Parameters Description
X: Integer The horizontal location in client coordinates.
Y: Integer The vertical location in client coordinates.


Return Value

Returns htHeader, htRollButton or htNone depending on the points location.


Description

Call GetHitTestAt to obtain information about where a specific point lies in the control.


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