Vcl.Buttons.TBitBtn.HotImageIndex

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

Delphi

property HotImageIndex: TImageIndex read FHotImageIndex write SetHotImageIndex default -1;

C++

__property HotImageIndex = {default=-1};

プロパティ

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

説明

ホット ボタンの状態に対する画像のインデックスです。

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

ホット ボタンの状態に対する画像のインデックスです。

HotImageIndex は、ホット ボタン状態つまりボタンの上にカーソルがあるときの Images プロパティへの画像インデックスです。 インデックス値が -1 の場合は、通常のボタン状態と同じ画像が使用されます。

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

関連項目