ApplicationShowModelessDialog Method (Form)
 | 
Show Modeless Dialog. When ShowModelessDialog
is used, an event is attached to preserve the location and size of
dialog
Namespace:  Bricscad.ApplicationServices
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public static void ShowModelessDialog(
        Form formToShow
)
 
Public Shared Sub ShowModelessDialog ( 
        formToShow As Form
)
 
public:
static void ShowModelessDialog(
        Form^ formToShow
)
 
static member ShowModelessDialog : 
        formToShow : Form -> unit 
 
 
 
Parameters
- formToShow
 
- Type: System.Windows.FormsForm
Form to Show 
Return Value
Type: 
void
 
See Also