Vcl.Dialogs.TCustomTaskDialog.FooterIcon

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property FooterIcon: TTaskDialogIcon read FFooterIcon write SetFooterIcon default tdiNone;

C++

__property TTaskDialogIcon FooterIcon = {read=FFooterIcon, write=SetFooterIcon, default=0};

Eigenschaften

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

Beschreibung

Gibt das Standardfußzeilensymbol an, das angezeigt werden soll.

FooterIcon gibt an, welches Standardfußzeilensymbol im Task-Dialogfeld angezeigt werden soll. Gültige Werte sind tdiNone, tdiWarning, tdiError, tdiInformation und tdiShield.