Vcl.ScreenTips.TCustomScreenTipsManager.FooterImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FooterImage: TPicture read FFooterImage write SetFooterImage;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TCustomScreenTipsManager

Description

Defines the screen tip footer image.

FooterImage represents the image that appears in the footer of the screen tip window.

You can set FooterImage using TScreenTipsManager, through the Edit Screen Tips designer window.

See Also