Vcl.ScreenTips.TCustomScreenTipsManager.FooterImage

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

Delphi

property FooterImage: TPicture read FFooterImage write SetFooterImage;

C++

__property Vcl::Graphics::TPicture* FooterImage = {read=FFooterImage, write=SetFooterImage};

プロパティ

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

説明

画面ヒントのフッター イメージを定義します。

FooterImage は、画面ヒント ウィンドウのフッター部分に現れるイメージを表します。

TScreenTipsManagerを使用すると、[画面のヒントの編集] デザイナ ウィンドウで、FooterImage の設定を行うことができます。

関連項目