Vcl.CategoryButtons.TCategoryButtons.ButtonFlow

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

Delphi

property ButtonFlow: TCatButtonFlow read FButtonFlow write SetButtonFlow;

C++

__property TCatButtonFlow ButtonFlow = {read=FButtonFlow, write=SetButtonFlow, nodefault};

プロパティ

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

説明

カテゴリ ボタンの方向を示します。

ButtonFlow を使用すると、カテゴリ ボタンの方向を指定することができます。縦または横に設定することができます。

以下の値のいずれかを使用します。



パラメータ 説明

cbfVertical

カテゴリ ボタンは縦方向に並べられます。

cbfHorizontal

カテゴリ ボタンは横方向に並べられます。



関連項目