Table of Contents

TTMSFNCTaskDialogOption Enumeration

Controls optional behavior and layout of the dialog. tdoCommandLinks renders the custom buttons as command links instead of push buttons; tdoCommandLinksNoIcon renders command-link buttons without their icon; tdoExpandedDefault shows the expandable area expanded by default; tdoAllowMinimize lets the dialog be minimized; tdoAllowDialogCancel allows the dialog to be canceled (e.g. by Alt+F4 or the close button) even when no Cancel button is present; tdoVerifyChecked starts the verification checkbox in a checked state; tdoProgressBar shows a progress bar on the dialog; tdoTimer enables periodic timer notifications while the dialog is displayed; tdoNoDefaultRadioButton starts the dialog with no radio button selected by default.

API unit family: TMSFNCTaskDialog

Members

Name Description
tdoCommandLinks Controls optional behavior and layout of the dialog. tdoCommandLinks renders the custom buttons as command links instead of push buttons; tdoCommandLinksNoIcon renders command-link buttons without their icon; tdoExpandedDefault shows the expandable area expanded by default; tdoAllowMinimize lets the dialog be minimized; tdoAllowDialogCancel allows the dialog to be canceled (e.g. by Alt+F4 or the close button) even when no Cancel button is present; tdoVerifyChecked starts the verification checkbox in a checked state; tdoProgressBar shows a progress bar on the dialog; tdoTimer enables periodic timer notifications while the dialog is displayed; tdoNoDefaultRadioButton starts the dialog with no radio button selected by default.
tdoCommandLinksNoIcon Controls optional behavior and layout of the dialog. tdoCommandLinks renders the custom buttons as command links instead of push buttons; tdoCommandLinksNoIcon renders command-link buttons without their icon; tdoExpandedDefault shows the expandable area expanded by default; tdoAllowMinimize lets the dialog be minimized; tdoAllowDialogCancel allows the dialog to be canceled (e.g. by Alt+F4 or the close button) even when no Cancel button is present; tdoVerifyChecked starts the verification checkbox in a checked state; tdoProgressBar shows a progress bar on the dialog; tdoTimer enables periodic timer notifications while the dialog is displayed; tdoNoDefaultRadioButton starts the dialog with no radio button selected by default.
tdoExpandedDefault Controls optional behavior and layout of the dialog. tdoCommandLinks renders the custom buttons as command links instead of push buttons; tdoCommandLinksNoIcon renders command-link buttons without their icon; tdoExpandedDefault shows the expandable area expanded by default; tdoAllowMinimize lets the dialog be minimized; tdoAllowDialogCancel allows the dialog to be canceled (e.g. by Alt+F4 or the close button) even when no Cancel button is present; tdoVerifyChecked starts the verification checkbox in a checked state; tdoProgressBar shows a progress bar on the dialog; tdoTimer enables periodic timer notifications while the dialog is displayed; tdoNoDefaultRadioButton starts the dialog with no radio button selected by default.
tdoAllowMinimize
tdoAllowDialogCancel
tdoVerifyChecked
tdoProgressBar
tdoTimer
tdoNoDefaultRadioButton