RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolButton Class

TToolButton is a button control in a TToolBar object.

Pascal
TToolButton = class(TGraphicControl);
C++
class TToolButton : public TGraphicControl;

Use TToolButton to implement buttons on a toolbar. While other controls (including TButton and TSpeedButton) can be placed on toolbars, TToolButton utilizes special toolbar features to simplify the configuration of buttons and offers added display options such as pop-up borders and transparency. 

To place tool buttons on a toolbar at design time, select the toolbar, right-click, and choose New Button. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!