Vcl.Controls.TCustomHint.Images

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

Delphi

property Images: TImageList read FImages write SetImages;

C++

__property TImageList* Images = {read=FImages, write=SetImages};

プロパティ

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

説明

ヒント用の画像のリスト。

Images は、カスタム ヒントと一緒に表示される画像を持つ TImageList です。ImageIndex プロパティは、どの画像が表示されるかを表します。

関連項目