Vcl.Dialogs.TTaskDialog.MainIcon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MainIcon;

C++

__property MainIcon = {default=3};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TTaskDialog

Description

Indicates which standard main icon to display.

Vcl.Dialogs.TTaskDialog.MainIcon inherits from Vcl.Dialogs.TCustomTaskDialog.MainIcon. All content below this line refers to Vcl.Dialogs.TCustomTaskDialog.MainIcon.

Indicates which standard main icon to display.

MainIcon indicates which standard main icon to display in the Task Dialog. Legal values include tdiNone, tdiWarning, tdiError, tdiInformation, and tdiShield.