ComponentOne Basic Library for WPF and Silverlight
Close Method (C1Window)


C1.Silverlight Namespace > C1Window Class : Close Method
Closes the window.
Syntax
'Declaration
 
Public Sub Close() 
'Usage
 
Dim instance As C1Window
 
instance.Close()
public void Close()
Remarks
A window cannot be reopened after it has been closed.
See Also

Reference

C1Window Class
C1Window Members