Vcl.ExtCtrls.TEditButton.HotImageIndex

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

Delphi

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

C++

__property System::Uitypes::TImageIndex HotImageIndex = {read=FHotImageIndex, write=SetHotImageIndex, default=-1};

プロパティ

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

説明

マウスがボタンの上にあるときに表示する画像を指定します。

親のボタン付き編集コントロールの Images プロパティ内の画像の 1 つとボタンを関連付けるには、HotImageIndex を設定します。選択した画像は、マウスがボタンの上にあるときに表示されます。

関連項目