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


C1.Silverlight Namespace > C1Window Class : Show Method
Opens the window.
Syntax
'Declaration
 
Public Sub Show() 
'Usage
 
Dim instance As C1Window
 
instance.Show()
public void Show()
Remarks
Calling Show makes the window visible, active and in front of other windows. A window cannot be reopened after it has been closed. It's possible to hide the window without closing it using Hide or the System.Windows.Visibility property.
See Also

Reference

C1Window Class
C1Window Members