ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class
Properties Methods Events

In This Topic
    C1TaskDialog Class Members
    In This Topic

    The following tables list the members exposed by C1TaskDialog.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    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
    Public Methods
     NameDescription
    Public MethodMaintains performance while multiple settings are being changed for a visible task dialog.  
    Public MethodOverloaded. Closes the task dialog by simulating a click on the specified common button.  
    Public MethodCloses the task dialog by simulating a click on the Cancel button.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodResumes processing after it has been suspended by a call to BeginUpdate.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Sets the default button for the task dialog.  
    Public MethodOverloaded. Sets a radio button that will be selected by default.  
    Public MethodSets the index of a radio button that will be selected by default.  
    Public MethodOverloaded. Creates and shows a task dialog with a default owner.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a button or a command link is clicked in the task dialog.  
    Public EventOccurs after changing the state of the verification check box.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when a user expands or collapses the task dialog.  
    Public EventOccurs when the user presses F1 on the keyboard while the task dialog has focus.  
    Public EventOccurs when a user clicks a hyperlink.  
    Public EventOccurs before the task dialog is shown.  
    Public EventOccurs after changing the selected radio button in the task dialog.  
    Public EventOccurs after the task dialog is fully refreshed.  
    Public EventOccurs approximately every 200 milliseconds (while the dialog is visible) if the EnableTimer property is set to True.  
    Top
    See Also