JVCL Help:TJvXPBarHitTest

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the return values possible from the GetHitTestAt function of TJvXPCustomWinXPBar.

run\JvXPBar.pas


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.

run\JvXPBar.pas


Description

TJvXPBarHitTest is the type of the return value from TJvXPBar.GetHitTestAt.

run\JvXPBar.pas


See Also

TJvXPBar, TJvXPCustomWinXPBar

run\JvXPBar.pas


About

Navigation

no pages or subcategories

run\JvXPBar.pas



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