ComponentOne Basic Library for WPF and Silverlight
ShowModal Method (C1Window)


C1.Silverlight Namespace > C1Window Class : ShowModal Method
Opens the window as modal.
Syntax
'Declaration
 
Public Sub ShowModal() 
'Usage
 
Dim instance As C1Window
 
instance.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

Reference

C1Window Class
C1Window Members