[]
        
(Showing Draft Content)

C1.WPF.C1Window.Show

Show Method

Show()

Opens the window.

Declaration
public void Show()
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 Visibility property.