JVCL Help:TJvToolPanelHitTestInfo

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumeration that specifies the possible return values from a call to GetHitTestInfoAt of a TJvNavPaneToolPanel.

run\JvNavigationPane.pas


Pascal

 run\JvNavigationPane.pas
 TJvToolPanelHitTestInfo = (
phtNowhere,
phtAbove,
phtBelow,
phtToLeft,
phtToRight,
phtGrabber,
phtHeader,
phtClient
);
TJvToolPanelHitTestInfos = setof TJvToolPanelHitTestInfo;


Members

Members Description
phtNowhere This only happens when the control's Visible property is false.
phtAbove The mouse is above the control.
phtBelow The mouse is below the control.
phtToLeft The mouse is to the left of the control.
phtToRight The mouse is to the right of the control.
phtGrabber Note that this value is only included if ShowGrabber is true.
phtHeader The mouse is in the header area of the control.
phtClient The mouse is in the client area of the control, i.e below the header area.

run\JvNavigationPane.pas


Description

TJvToolPanelHitTestInfo describes the possible return values from TJvNavPaneToolPanel.GetHitTestInfoAt.

run\JvNavigationPane.pas


About

Navigation

no pages or subcategories

run\JvNavigationPane.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