TaskDialog Properties |
The TaskDialog type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowDialogCancellation |
Gets or sets a value that indicates that the dialog should be able to be closed using Alt-F4, Escape and the title
bar's close button even if no cancel button is specified.
| |
| Buttons |
Gets a list of the buttons on the Task Dialog.
| |
| ButtonStyle |
Gets or sets a value that indicates whether custom buttons should be displayed as normal buttons or command links.
| |
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) | |
| CenterParent |
Gets or sets a value that indicates whether the dialog is centered in the parent window instead of the screen.
| |
| CollapsedControlText |
Gets or sets the text to use for the control for expading the expandable information specified in ExpandedInformation.
| |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| Content |
Gets or sets the dialog's primary content.
| |
| CustomFooterIcon |
Gets or sets a custom icon to display in the footer area of the task dialog.
| |
| CustomMainIcon |
Gets or sets a custom icon to display in the dialog.
| |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| EnableHyperlinks |
Gets or sets a value that indicates whether hyperlinks are allowed for the Content, ExpandedInformation
and Footer properties.
| |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| ExpandedByDefault |
Gets or sets a value that indicates that the string specified by the ExpandedInformation property
should be displayed by default.
| |
| ExpandedControlText |
Gets or sets the text to use for the control for collapsing the expandable information specified in ExpandedInformation.
| |
| ExpandedInformation |
Gets or sets additional information to be displayed on the dialog.
| |
| ExpandFooterArea |
Gets or sets a value that indicates that the string specified by the ExpandedInformation property
should be displayed at the bottom of the dialog's footer area instead of immediately after the dialog's content.
| |
| Footer |
Gets or sets the text to be used in the footer area of the task dialog.
| |
| FooterIcon |
Gets or sets the icon to display in the footer area of the task dialog.
| |
| Handle |
Gets the window handle of the task dialog.
| |
| IsVerificationChecked |
Gets or sets a value that indicates whether the verification checkbox is checked ot not.
| |
| MainIcon |
Gets or sets the icon to display in the task dialog.
| |
| MainInstruction |
Gets or sets the dialog's main instruction.
| |
| MinimizeBox |
Gets or sets a value that indicates whether the dialog has a minimize box on its caption bar.
| |
| OSSupportsTaskDialogs |
Gets a value that indicates whether the current operating system supports task dialogs.
| |
| ProgressBarMarqueeAnimationSpeed |
Gets or sets the marquee animation speed of the progress bar in milliseconds.
| |
| ProgressBarMaximum |
Gets or sets the upper bound of the range of the task dialog's progress bar.
| |
| ProgressBarMinimum |
Gets or sets the lower bound of the range of the task dialog's progress bar.
| |
| ProgressBarState |
Gets or sets the state of the task dialog's progress bar.
| |
| ProgressBarStyle |
Gets or sets the type of progress bar displayed on the dialog.
| |
| ProgressBarValue |
Gets or sets the current value of the task dialog's progress bar.
| |
| RadioButtons |
Gets a list of the radio buttons on the Task Dialog.
| |
| RaiseTimerEvent |
Gets or sets a value that indicates whether the Timer event is raised periodically while the dialog
is visible.
| |
| RightToLeft |
Gets or sets a value that indicates whether text is displayed right to left.
| |
| Site | (Inherited from Component.) | |
| Tag |
Gets or sets an object that contains data about the dialog.
| |
| VerificationText |
Gets or sets the label for the verification checkbox.
| |
| Width |
Specifies the width of the task dialog's client area in DLU's.
| |
| WindowIcon |
Gets or sets the icon to be used in the title bar of the dialog.
| |
| WindowTitle |
Gets or sets the window title of the task dialog.
|