 | CGUISetParentWND Method |
Set the current parent WND
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void SetParentWND(
int wnd
)
public static void SetParentWND(
int wnd
)
Public Shared Sub SetParentWND (
wnd As Integer
)
Public Shared Sub SetParentWND (
wnd As Integer
)
public:
static void SetParentWND(
int wnd
)
public:
static void SetParentWND(
int wnd
)
static member SetParentWND :
wnd : int -> unit
static member SetParentWND :
wnd : int -> unit
Parameters
- wnd
- Type: SystemInt32
New Parent Window
Remarks
The parent WND is used by all modal dialogs as a
parent to ensure the dialog is correctly modal.
See Also