Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1Window Class / Close Method

In This Topic
    Close Method (C1Window)
    In This Topic
    Closes the window.
    Syntax
    'Declaration
     
    
    Public Sub Close() 
    public void Close()
    Remarks
    A window cannot be reopened after it has been closed.
    See Also