C1.WPF Namespace / C1Window Class / Show Method

In This Topic
Show Method (C1Window)
In This Topic
Opens the window.
Syntax
'Declaration
 
Public Sub 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 C1.Silverlight.C1Window.Hide or the System.Windows.Visibility property.
See Also