Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1Window Class / Show Method

In This Topic
    Show Method (C1Window)
    In This Topic
    Opens the window.
    Syntax
    'Declaration
     
    
    Public Sub 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