ApplicationShowModelessDialog Method (IWin32Window, Form, Boolean)

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(
        IWin32Window owner,
        Form formToShow,
        bool persist
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
Form owner
formToShow
Type: System.Windows.FormsForm
Form to Show
persist
Type: SystemBoolean
option to persist size and location

Return Value

Type: 
void
See Also

©  Bricsys NV. All rights reserved.