Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1Window Class / ShowModal Method

In This Topic
    ShowModal Method (C1Window)
    In This Topic
    Opens the window as modal.
    Syntax
    'Declaration
     
    
    Public Sub 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