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



In This Topic
    ShowModal Method
    In This Topic
    Opens the window as modal.
    Syntax
    'Declaration
     
    
    Public Sub ShowModal() 
    'Usage
     
    
    Dim instance As C1Window
     
    instance.ShowModal()
    public void ShowModal()
    public:
    void ShowModal(); 
    Remarks
    Opens the window over a grayed out layer preventing the user from interacting with anything else until the window is closed.
    See Also