JVCL Help:TJvCustomNavPaneToolPanel
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomNavPaneToolPanel
TJvNavPaneToolPanel
run\JvNavigationPane.pas
Summary
Base class for tool panel components
Pascal
run\JvNavigationPane.pas
TJvCustomNavPaneToolPanel = class(TJvCustomControl);
Description
Use TJvCustomNavPaneToolPanel as a base class when you want to create a tool panel with the look and functionality of the "task" or "tool" panel in Office 2003.
The TJvCustomNavPaneToolPanel control has built in support for displaying a caption area with a caption text, a drop down menu and a close button. It also has support for a row of tool buttons beneath its caption area. The rest of the client area can be used to place additional controls.
Do not create instances of TJvCustomNavPaneToolPanel. Instead, use a descendant like TJvNavPaneToolPanel by dropping it on a form and setting its properties.
See Also
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