Opens the window as modal.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public void ShowModal()
Visual Basic
Public Sub 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