Vcl.CategoryButtons.TButtonDrawState

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

Delphi

type TButtonDrawState = set of (bdsSelected, bdsHot, bdsFocused, bdsDown, bdsDragged, bdsInsertLeft, bdsInsertTop, bdsInsertRight, bdsInsertBottom);

C++

typedef System::Set<Vcl_Categorybuttons__1, Vcl_Categorybuttons__1::bdsSelected, Vcl_Categorybuttons__1::bdsInsertBottom> TButtonDrawState;

プロパティ

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

説明

ボタンの描画状態を表す値です。

次のパラメータを使用して,ボタンの描画状態を設定できます。



パラメータ 説明

bdsSelected

項目が選択され,押下された状態です。

bdsHot

項目の上にマウスがあります。

bdsFocused

項目にフォーカスがあることを示します。

bdsDown

項目が押下されています。

bdsDragged

ボタンのドラッグイメージが描画されています。

bdsInsertLeft

この項目の左に項目を挿入できることを示します。

bdsInsertTop

この項目の上に項目を挿入できることを示します。

bdsInsertRight

この項目の右に項目を挿入できることを示します。

bdsInsertBottom

この項目の下に項目を挿入できることを示します。