Click or drag to resize

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
Syntax
public static void SetParentWND(
	int wnd
)

public static void SetParentWND(
	int wnd
)

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