ApplicationShowModalWindow(IntPtr,
Window) Method
|
Namespace: Bricscad.ApplicationServices
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
public static bool? ShowModalWindow(
IntPtr owner,
Window form
)
Public Shared Function ShowModalWindow (
owner As IntPtr,
form As Window
) As Boolean?
public:
static Nullable<bool> ShowModalWindow(
IntPtr owner,
Window^ form
)
static member ShowModalWindow :
owner : IntPtr *
form : Window -> Nullable<bool>
Parameters
- owner IntPtr
-
- form Window
-
Return Value
NullableBoolean
See Also