JVCL Help:TJvCustomNavPaneToolPanel

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomNavPaneToolPanel
TJvNavPaneToolPanel
run\JvNavigationPane.pas


Summary

Base class for tool panel components

run\JvNavigationPane.pas


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.

run\JvNavigationPane.pas


See Also

TJvNavPaneToolPanel

run\JvNavigationPane.pas


About

Navigation

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