ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockWindow Class / Show Method

In This Topic
    Show Method (C1DockWindow)
    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 C1Window.Hide or the System.Windows.Visibility property.
    See Also