TTaskDialogIcon Enumeration

Represents type TTaskDialogIcon.

Namespace: System.UI.Dialogs
type
 TTaskDialogIcon = (tiBlank, tiWarning, tiQuestion, tiError, tiInformation, tiNotUsed, tiShield);

The TTaskDialogIcon type exposes the following members.

Show:
 NameDescription
tiBlank

Represents constant tiBlank.

tiError

Represents constant tiError.

tiInformation

Represents constant tiInformation.

tiNotUsed

Represents constant tiNotUsed.

tiQuestion

Represents constant tiQuestion.

tiShield

Represents constant tiShield.

tiWarning

Represents constant tiWarning.

Top