Vcl.StdCtrls.TButton.SelectedImageIndex

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

Delphi

property SelectedImageIndex: TImageIndex read FSelectedImageIndex write SetSelectedImageIndex default -1;

C++

__property SelectedImageIndex = {default=-1};

プロパティ

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

説明

選択されたボタンの状態に対する画像のインデックスです。

Vcl.StdCtrls.TButton.SelectedImageIndex は Vcl.StdCtrls.TCustomButton.SelectedImageIndex を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomButton.SelectedImageIndex を参照しています。

選択されたボタンの状態に対する画像のインデックスです。

SelectedImageIndex は、選択されたボタンの状態に対する Images プロパティへの画像インデックスです。 インデックス値が -1 の場合は、通常のボタン状態と同じ画像が使用されます。

Windows XP、Vista、Windows 7、またはそれ以降の Windows オペレーティング システムでのみ利用可能です

関連項目