RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolBar.ButtonWidth Property

Specifies the width of the tool buttons (TToolButton) in the toolbar.

Pascal
property ButtonWidth: Integer;
C++
__property int ButtonWidth;

ButtonWidth represents the width, in pixels, of the TToolButton components on the toolbar. It has no effect on tool buttons whose Style property is set to tbsSeparator or tbsDivider. 

 

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