RAD Studio VCL Reference
|
TControlBar manages the layout of toolbar components.
TControlBar = class(TCustomControlBar);
class TControlBar : public TCustomControlBar;
ExtCtrls
Use TControlBar as a docking site for toolbar components. Control bars contain child controls (usually TToolBar objects) that can be moved and resized independently. As with a cool bar, each child control resides on its own individual band that the user positions by dragging its sizing grip.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|