JVCL Help:TJvXPBarHitTest
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvXPBarHitTest type
Search in JVCL Help
Search in all projectsSummary
Specifies the return values possible from the GetHitTestAt function of TJvXPCustomWinXPBar.
Pascal
run\JvXPBar.pas
TJvXPBarHitTest = (
htNone,
htHeader,
htRollButton
);
Members
Members | Description |
htNone | Position is neither on header, nor on roll button. |
htHeader | Position is on the header. |
htRollButton | Position is on the roll button. |
Description
TJvXPBarHitTest is the type of the return value from TJvXPBar.GetHitTestAt.
See Also
About
no pages or subcategories
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