RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolBar.AllowTextButtons Property

Determines whether tool buttons that consist only of text can be placed on the Toolbar.

Pascal
property AllowTextButtons: Boolean;
C++
__property Boolean AllowTextButtons;

When set to true, the tbsTextButton style is available for the TToolButton control, allowing you to create tool buttons on the Toolbar that consist only of text. When set to false, the tbsTextButton style is not available for the TToolButton control. 

 

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