Click or drag to resize

TaskDialog Properties

The TaskDialog type exposes the following members.

Properties
  NameDescription
Public propertyAllowDialogCancellation
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.
Public propertyButtons
Gets a list of the buttons on the Task Dialog.
Public propertyButtonStyle
Gets or sets a value that indicates whether custom buttons should be displayed as normal buttons or command links.
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyCenterParent
Gets or sets a value that indicates whether the dialog is centered in the parent window instead of the screen.
Public propertyCollapsedControlText
Gets or sets the text to use for the control for expading the expandable information specified in ExpandedInformation.
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyContent
Gets or sets the dialog's primary content.
Public propertyCustomFooterIcon
Gets or sets a custom icon to display in the footer area of the task dialog.
Public propertyCustomMainIcon
Gets or sets a custom icon to display in the dialog.
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyEnableHyperlinks
Gets or sets a value that indicates whether hyperlinks are allowed for the Content, ExpandedInformation and Footer properties.
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyExpandedByDefault
Gets or sets a value that indicates that the string specified by the ExpandedInformation property should be displayed by default.
Public propertyExpandedControlText
Gets or sets the text to use for the control for collapsing the expandable information specified in ExpandedInformation.
Public propertyExpandedInformation
Gets or sets additional information to be displayed on the dialog.
Public propertyExpandFooterArea
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.
Public propertyFooter
Gets or sets the text to be used in the footer area of the task dialog.
Public propertyFooterIcon
Gets or sets the icon to display in the footer area of the task dialog.
Public propertyHandle
Gets the window handle of the task dialog.
Public propertyIsVerificationChecked
Gets or sets a value that indicates whether the verification checkbox is checked ot not.
Public propertyMainIcon
Gets or sets the icon to display in the task dialog.
Public propertyMainInstruction
Gets or sets the dialog's main instruction.
Public propertyMinimizeBox
Gets or sets a value that indicates whether the dialog has a minimize box on its caption bar.
Public propertyStatic memberOSSupportsTaskDialogs
Gets a value that indicates whether the current operating system supports task dialogs.
Public propertyProgressBarMarqueeAnimationSpeed
Gets or sets the marquee animation speed of the progress bar in milliseconds.
Public propertyProgressBarMaximum
Gets or sets the upper bound of the range of the task dialog's progress bar.
Public propertyProgressBarMinimum
Gets or sets the lower bound of the range of the task dialog's progress bar.
Public propertyProgressBarState
Gets or sets the state of the task dialog's progress bar.
Public propertyProgressBarStyle
Gets or sets the type of progress bar displayed on the dialog.
Public propertyProgressBarValue
Gets or sets the current value of the task dialog's progress bar.
Public propertyRadioButtons
Gets a list of the radio buttons on the Task Dialog.
Public propertyRaiseTimerEvent
Gets or sets a value that indicates whether the Timer event is raised periodically while the dialog is visible.
Public propertyRightToLeft
Gets or sets a value that indicates whether text is displayed right to left.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyTag
Gets or sets an object that contains data about the dialog.
Public propertyVerificationText
Gets or sets the label for the verification checkbox.
Public propertyWidth
Specifies the width of the task dialog's client area in DLU's.
Public propertyWindowIcon
Gets or sets the icon to be used in the title bar of the dialog.
Public propertyWindowTitle
Gets or sets the window title of the task dialog.
Top
See Also