Vcl.ButtonGroup.TButtonGroup.ButtonWidth

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

Delphi

property ButtonWidth: Integer read FButtonWidth write SetButtonWidth default 24;

C++

__property int ButtonWidth = {read=FButtonWidth, write=SetButtonWidth, default=24};

プロパティ

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

説明

ButtonWidth は、ボタン グループ内のボタンの幅を指定します。

ButtonWidth は、ボタン グループに含まれているすべてのボタンの幅を設定する場合に使用します。

関連項目