Vcl.Controls.TCustomHint.ImageIndex

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

Delphi

property ImageIndex: TImageIndex read FImageIndex write FImageIndex;

C++

__property System::Uitypes::TImageIndex ImageIndex = {read=FImageIndex, write=FImageIndex, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

説明

画像リストのインデックス。

ImageIndex は、カスタム ヒントと一緒に表示される画像を示す、Images 内の TImageList のインデックスです。

関連項目