Click or drag to resize

CGUICreateWNDFromHWND Method

Create a standard WND object from an HWND.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int CreateWNDFromHWND(
	IWin32Window p1
)

public static int CreateWNDFromHWND(
	IWin32Window p1
)

Parameters

p1
Type: System.Windows.FormsIWin32Window
HWND Handle

Return Value

Type: Int32
x - WND object created
Remarks
The object returned must be destroyed by the destroy object call.
See Also