JVCL Help:TJvToolPanelHitTestInfo
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvToolPanelHitTestInfo type
Search in JVCL Help
Search in all projectsSummary
Enumeration that specifies the possible return values from a call to GetHitTestInfoAt of a TJvNavPaneToolPanel.
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. |
Description
TJvToolPanelHitTestInfo describes the possible return values from TJvNavPaneToolPanel.GetHitTestInfoAt.
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