TTaskDialogOption Enumeration

Represents type TTaskDialogOption.

Namespace: System.UI.Dialogs
type
 TTaskDialogOption = (tdfUseSigmaIconMain, tdfUseSigmaIconFooter, tdfAllowCancel, tdfUseCommandLinks, tdfUseCommandLinksNoIcon, tdfExpandFooterArea, tdfExpandByDefault);

The TTaskDialogOption type exposes the following members.

Show:
 NameDescription
tdfAllowCancel

Represents constant tdfAllowCancel.

tdfExpandByDefault

Represents constant tdfExpandByDefault.

tdfExpandFooterArea

Represents constant tdfExpandFooterArea.

tdfUseCommandLinks

Represents constant tdfUseCommandLinks.

tdfUseCommandLinksNoIcon

Represents constant tdfUseCommandLinksNoIcon.

tdfUseSigmaIconFooter

Represents constant tdfUseSigmaIconFooter.

tdfUseSigmaIconMain

Represents constant tdfUseSigmaIconMain.

Top