Vcl.ComCtrls.TToolBar.AllowTextButtons

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AllowTextButtons: Boolean read FAllowTextButtons write SetAllowTextButtons default False;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBar

説明

テキストだけで構成されるツールボタンをツールバーに配置できるかどうかを指定します。

true に設定されている場合は,TToolButton コントロールで tbsTextButton スタイルを使用できます。この場合は,テキストだけで構成されるツールボタンを Toolbar に作成できます。false に設定されている場合は,TToolButton コントロールで tbsTextButton スタイルを使用できません。

関連項目