ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Window Class / Close Method



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