Opens the window.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
public void Show() |
Visual Basic |
---|
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 Hide()()()() or the Visibility property.