Vcl.CategoryButtons.TCategoryButtons.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.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

説明

カテゴリ内のボタンの幅を指定します。

ButtonWidth を使用すると、カテゴリに含まれるすべてのボタンの幅を設定できます。このプロパティを適用できるようにするには、1 カテゴリにつき少なくとも 1 つのボタンが必要です。

関連項目