Vcl.Dialogs.TCustomTaskDialog.CustomFooterIcon

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CustomFooterIcon: TIcon read FCustomFooterIcon write SetCustomFooterIcon;

C++

__property Vcl::Graphics::TIcon* CustomFooterIcon = {read=FCustomFooterIcon, write=SetCustomFooterIcon};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomTaskDialog

Beschreibung

Gibt das benutzerdefinierte Fußzeilensymbol (sofern vorhanden) für das Task-Dialogfeld an.

CustomFooterIcon zeigt auf das benutzerdefinierte Fußzeilensymbol für dieses Task-Dialogfeld, wenn tfUseHiconFooter in Flags gesetzt ist.