ComponentOne DockControl for WPF
ComponentOne DockControl for WPF
C1.WPF.Docking Namespace
/
C1Window Class
/ Show Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
Show Method (C1Window)
In This Topic
Opens the window.
Syntax
Visual Basic
C#
'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
Reference
C1Window Class
C1Window Members