| Appearance |
Gets or sets the visual appearance settings for the dialog. (inherited from TTMSFNCCustomTaskDialog) |
| ApplicationIsParent |
Controls whether the application object is used as the dialog parent. True uses the application as parent; False uses the default owner or form relationship. (inherited from TTMSFNCCustomTaskDialog) |
| AutoClose |
Controls whether the dialog closes automatically. True enables automatic closing; False keeps the dialog open until the user closes it. (inherited from TTMSFNCCustomTaskDialog) |
| AutoCloseTimeOut |
Gets or sets the auto-close timeout value. (inherited from TTMSFNCCustomTaskDialog) |
| BitmapContainer |
Gets or sets the bitmap container used to resolve icon and image names. (inherited from TTMSFNCCustomTaskDialog) |
| ButtonFont |
Gets or sets the font used for dialog buttons. (inherited from TTMSFNCCustomTaskDialog) |
| CollapseControlText |
Gets or sets the text shown on the collapse control. (inherited from TTMSFNCCustomTaskDialog) |
| CommandLinkFont |
Gets or sets the font used for command-link buttons. (inherited from TTMSFNCCustomTaskDialog) |
| CommonButtons |
Gets or sets the set of standard buttons shown by the dialog. (inherited from TTMSFNCCustomTaskDialog) |
| Content |
Gets or sets the main content text shown below the instruction. (inherited from TTMSFNCCustomTaskDialog) |
| CustomButtons |
Gets or sets the custom button captions shown by the dialog. (inherited from TTMSFNCCustomTaskDialog) |
| CustomIcon |
Gets or sets a custom bitmap used instead of the standard dialog icon. (inherited from TTMSFNCCustomTaskDialog) |
| DefaultButton |
Gets or sets the default button index. (inherited from TTMSFNCCustomTaskDialog) |
| DefaultRadioButton |
Gets or sets the initially selected radio button index. (inherited from TTMSFNCCustomTaskDialog) |
| DialogForm |
Gets the form instance used to display the dialog. (inherited from TTMSFNCCustomTaskDialog) |
| DialogPosition |
Gets or sets where the dialog is positioned when shown. (inherited from TTMSFNCCustomTaskDialog) |
| DisplayedButtons |
Controls which built-in buttons are displayed by the dialog. (inherited from TTMSFNCCustomTaskDialog) |
| ExpandControlText |
Gets or sets the text shown on the expand control. (inherited from TTMSFNCCustomTaskDialog) |
| ExpandedText |
Gets or sets the additional text shown when the dialog is expanded. (inherited from TTMSFNCCustomTaskDialog) |
| Footer |
Gets or sets the footer text displayed at the bottom of the dialog. (inherited from TTMSFNCCustomTaskDialog) |
| FooterIcon |
Gets or sets the standard icon displayed in the footer area. (inherited from TTMSFNCCustomTaskDialog) |
| GlobalFont |
Gets or sets the global font behavior used by the dialog. (inherited from TTMSFNCCustomTaskDialog) |
| Icon |
Gets or sets the standard icon displayed in the dialog. (inherited from TTMSFNCCustomTaskDialog) |
| InputControl |
Gets or sets a custom input control hosted by the dialog. (inherited from TTMSFNCCustomTaskDialog) |
| InputItems |
Gets or sets the list items used by list-style input controls. (inherited from TTMSFNCCustomTaskDialog) |
| InputText |
Gets or sets the input text value shown in or returned from the dialog input control. (inherited from TTMSFNCCustomTaskDialog) |
| InputType |
Gets or sets the type of input control displayed by the dialog. (inherited from TTMSFNCCustomTaskDialog) |
| Instruction |
Gets or sets the primary instruction text shown prominently in the dialog. (inherited from TTMSFNCCustomTaskDialog) |
| MaxDialogWidth |
Gets or sets the maximum dialog width in pixels. (inherited from TTMSFNCCustomTaskDialog) |
| MinDialogWidth |
Gets or sets the minimum dialog width in pixels. (inherited from TTMSFNCCustomTaskDialog) |
| Options |
Gets or sets the dialog behavior options, such as command links, verification, progress, timer, and expansion behavior. (inherited from TTMSFNCCustomTaskDialog) |
| RadioButtonResult |
Gets or sets the selected radio button result index. (inherited from TTMSFNCCustomTaskDialog) |
| RadioButtons |
Gets or sets the radio button captions displayed by the dialog. (inherited from TTMSFNCCustomTaskDialog) |
| Title |
Gets or sets the dialog window title. (inherited from TTMSFNCCustomTaskDialog) |
| UseIsOpen |
Controls whether the dialog uses the mobile open-state guard. True uses the open-state guard; False does not. (inherited from TTMSFNCCustomTaskDialog) |
| VerifyResult |
Gets or sets the verification checkbox result. True means the verification checkbox is checked; False means it is cleared. (inherited from TTMSFNCCustomTaskDialog) |
| VerifyText |
Gets or sets the verification checkbox text. (inherited from TTMSFNCCustomTaskDialog) |