TTaskDialogFooterIcon Enumeration

Represents type TTaskDialogFooterIcon.

Namespace: System.UI.Dialogs
type
 TTaskDialogFooterIcon = (tfiBlank, tfiWarning, tfiQuestion, tfiError, tfiInformation, tfiShield);

The TTaskDialogFooterIcon type exposes the following members.

Show:
 NameDescription
tfiBlank

Represents constant tfiBlank.

tfiError

Represents constant tfiError.

tfiInformation

Represents constant tfiInformation.

tfiQuestion

Represents constant tfiQuestion.

tfiShield

Represents constant tfiShield.

tfiWarning

Represents constant tfiWarning.

Top