ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Window Class / Show Method



In This Topic
    Show Method (C1Window)
    In This Topic
    Opens the window.
    Syntax
    'Declaration
     
    
    Public Sub Show() 
    'Usage
     
    
    Dim instance As C1Window
     
    instance.Show()
    public void 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 C1.Silverlight.C1Window.Hide or the System.Windows.Visibility property.
    See Also