ApplicationShowModalDialog(IWin32Window,
Form) Method
 | 
Shows a modal dialog. When ShowModalDialog is
used, an event is attached to preserve the location and size of
dialog
Namespace: Bricscad.ApplicationServices
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
public static DialogResult ShowModalDialog(
        IWin32Window owner,
        Form form
)
 
Public Shared Function ShowModalDialog ( 
        owner As IWin32Window,
        form As Form
) As DialogResult
 
public:
static DialogResult ShowModalDialog(
        IWin32Window^ owner, 
        Form^ form
)
 
static member ShowModalDialog : 
        owner : IWin32Window * 
        form : Form -> DialogResult 
 
 
 
Parameters
- owner  IWin32Window
 
- Form Owner
 
- form  Form
 
- Form to Show
 
Return Value
DialogResult
System::Windows::Forms::DialogResult
 
See Also