Vcl.ComCtrls.TToolBar.AllowTextButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowTextButtons: Boolean read FAllowTextButtons write SetAllowTextButtons default False;

C++

__property bool AllowTextButtons = {read=FAllowTextButtons, write=SetAllowTextButtons, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBar

Description

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

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.

See Also