Vcl.CategoryButtons.TCatButtonOptions

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

Delphi

type TCatButtonOptions = set of (boAllowReorder, boAllowCopyingButtons, boFullSize, boGradientFill, boShowCaptions, boVerticalCategoryCaptions, boBoldCaptions, boUsePlusMinus, boCaptionOnlyBorder);

C++

typedef System::Set<Vcl_Categorybuttons__2, Vcl_Categorybuttons__2::boAllowReorder, Vcl_Categorybuttons__2::boCaptionOnlyBorder> TCatButtonOptions;

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons Vcl.CategoryButtons

説明

カテゴリボタンのボタンオプションを定義します。

サポートされているオプションは以下のとおりです。



オプション 説明

boAllowReorder

実行時にボタンの順序を変更できます。

boAllowCopyingButtons

ドラッグ操作などによってボタンをコピーできます。

boFullSize

ボタンをフルサイズに設定します。つまり,ボタンは縦に並べられ,横幅はコンテナの幅全体になります。

boGradientFill

グラデーション塗りつぶしを設定します。

boShowCaptions

ボタンにキャプションを表示します。

boVerticalCategoryCaptions

カテゴリ名を垂直方向に設定します。

boBoldCaptions

キャプションを太字に設定します。

boUsePlusMinus

プラスおよびマイナスの折りたたみコントロールをカテゴリの左側に設定します。

boCaptionOnlyBorder

カテゴリが展開されたとき,カテゴリグラデーションの小さな領域にキャプションだけを表示します。False に設定すると,境界はカテゴリのボタングループ全体の周囲にグラデーションで表示されます。