ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / Close Method

In This Topic
    Close Method
    In This Topic
    Closes the task dialog by simulating a click on the Cancel button.
    Syntax
    'Declaration
     
    
    Public Sub Close() 
    public void Close()
    Remarks
    If the AllowCancel property is set to False and there is no Cancel button in the dialog, the method simulates a click on the Close button.
    See Also