Vcl.Dialogs.TCustomTaskDialog.MainIcon
Delphi
property MainIcon: TTaskDialogIcon read FMainIcon write SetMainIcon default tdiInformation;
C++
__property TTaskDialogIcon MainIcon = {read=FMainIcon, write=SetMainIcon, default=3};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| property | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp | Vcl.Dialogs | TCustomTaskDialog | 
Beschreibung
Gibt das Standardhauptsymbol an, das angezeigt werden soll.
MainIcon gibt an, welches Standardhauptsymbol im Task-Dialogfeld angezeigt werden soll. Gültige Werte sind tdiNone, tdiWarning, tdiError, tdiInformation und tdiShield.