Click or drag to resize

CGUISetParentWND Method

Set the current parent WND

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void SetParentWND(
	CGXNETCore gxNetShared,
	int wnd
)

public static void SetParentWND(
	CGXNETCore gxNetShared,
	int wnd
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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