ITaskDialogArgs Properties |
The ITaskDialogArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Buttons |
The buttons (OK, Cancel, YesNo, OkCancel)
| |
| CommandLinks |
A collection of commandLinks
| |
| Content |
The complete message
| |
| DefaultButton |
The default buttons (OK, Cancel, Yes, No ...), button which is returned if user press enter key
| |
| DefaultCommandLinkId |
The default command link, Id of command link which is returned if user press enter key
| |
| DefaultRadioButtonId |
The default radio button identifier
| |
| DefaultSessionEndingButton |
The default buttons (OK, Cancel, Yes, No ...) which is returned if windows session is ending
| |
| DefaultSessionEndingCommandLinkId |
The default command link, Id of command link which is returned if windows session is ending
| |
| FooterContent |
Text to show in task dialog footer, in most case an help message relative to the task dialog
| |
| FooterIcon |
The footer icon (Error, Warning, Question...)
| |
| Icon |
The icon (Error, Warning, Question...)
| |
| MainInstruction |
A clear and small message
| |
| RadioButtons |
A collection of radio buttons
| |
| ShowDontAskAgainCheckBox |
True if you want a "Don't show this message again" checkBox
| |
| VerificationText |
Text to show on the right of "verification" checkBox,
If verificationText is empty,
check box will not be shown except if ShowDontAskAgainCheckBox is true.
|