ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockWindow Class / ShowModal Method

In This Topic
    ShowModal Method (C1DockWindow)
    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