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



In This Topic
    BringToFront Method
    In This Topic
    Puts the window in front of all windows.
    Syntax
    'Declaration
     
    
    Public Sub BringToFront() 
    'Usage
     
    
    Dim instance As C1Window
     
    instance.BringToFront()
    public void BringToFront()
    public:
    void BringToFront(); 
    See Also