WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class

C1TaskDialog Class Properties

For a list of all members of this type, see C1TaskDialog members.

Public Properties
 NameDescription
Public PropertyIndicates that the dialog should be able to be closed using Alt-F4, Escape, and the title bar's close button.  
Public PropertyGets or sets whether the task dialog can be minimized.  
Public PropertyGets or sets whether the verification check box is checked in the task dialog.  
Public PropertyGets or sets the string that is used to label the verification check box.  
Public PropertyGets or sets whether the verification check box is checked by default.  
Public PropertyGets the button or the command link that was clicked in the task dialog and closed it.  
Public PropertyGets or sets the string to be used to label the button for expanding the expandable information.  
Public PropertyGets or sets the common push buttons displayed in the task dialog.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets the string to be used for the dialog's primary content.  
Public PropertyGets the collection of custom buttons displayed in the task dialog.  
Public PropertyGets a value that was returned from the last call to the Show method.  
Public PropertyGets or sets whether the verification check box is enabled.  
Public PropertyEnables hyperlink processing for the dialog strings.  
Public PropertyGets or sets whether the TimerTick event is fired approximately every 200 milliseconds.  
Public PropertyGets a value that indicates whether the expanded information is currently visible.  
Public PropertyIndicates that the string specified by the ExpandedInformation property is visible when the dialog is initially displayed.  
Public PropertyGets or sets the string to be used to label the button for collapsing the expandable information.  
Public PropertyGets or sets the string to be used for displaying additional information.  
Public PropertyIndicates that the string specified by the ExpandedInformation property is displayed at the bottom of the dialog's footer area instead of immediately after the dialog's content.  
Public PropertyGets or sets the predefined icon to be displayed in the footer of the task dialog.  
Public PropertyGets or sets the custom Icon to be displayed in the footer area of the task dialog.  
Public PropertyGets or sets the string displayed in the footer area of the task dialog.  
Public Propertystatic (Shared in Visual Basic)Indicates whether the C1TaskDialog's capabilities are supported on the current platform.  
Public PropertyGets or sets the predefined icon to be displayed in the task dialog.  
Public PropertyGets or sets the custom Icon to be displayed in the task dialog.  
Public PropertyGets or sets the string to be used for the main instruction.  
Public PropertyGets or sets whether the command links should appear without the default glyph. It doesn't affect whether or not the elevation icons should appear.  
Public PropertyAdjusts the progress bar control hosted in the task dialog.  
Public PropertyGets the collection of radio buttons displayed in the task dialog.  
Public PropertyGets or sets whether the task dialog should draw right-to-left for RTL languages.  
Public PropertyGets or sets a radio button that is currently selected in the task dialog.  
Public PropertyGets or sets the zero-based index of a radio button that is currently selected.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets whether the width of the task dialog is determined by the width of its content area.  
Public PropertyGets or sets the initial position of the task dialog.  
Public PropertyGets or sets an object that contains additional data about the C1TaskDialog.  
Public PropertyIndicates that the buttons specified in the CustomButtons collection should be displayed as command links.  
Public PropertyGets a value that indicates whether the task dialog is currently visible.  
Public PropertyThe width of the task dialog's client area. If 0, the task dialog manager will calculate the ideal width.  
Public PropertyGets or sets the string to be used for the task dialog title.  
Top
See Also