Vcl.ButtonGroup.TGrpButtonOptions

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

Delphi

TGrpButtonOptions = set of (gboAllowReorder, gboFullSize, gboGroupStyle,
gboShowCaptions);

C++

typedef System::Set<Vcl_Buttongroup__1, Vcl_Buttongroup__1::gboAllowReorder, Vcl_Buttongroup__1::gboShowCaptions> TGrpButtonOptions;

プロパティ

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

説明

ボタングループのオプションです。

以下のオプションを選択できます。



オプション 説明

gboAllowReorder

ユーザーはボタンを新しい位置にドラッグして,実行時にグループ内のボタンを並べ替えることができます。

gboFullSize

ボタングループコンテナの全体の幅に合わせて,ボタンのサイズを変更します。

gboGroupStyle

選択されたボタンをグレー表示にするか,または選択されていないボタンより濃い色で表示します。

gboShowCaptions

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