 | 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
Syntaxpublic static void SetParentWND(
CGXNETCore gxNetShared,
int wnd
)
public static void SetParentWND(
CGXNETCore gxNetShared,
int wnd
)
Public Shared Sub SetParentWND (
gxNetShared As CGXNETCore,
wnd As Integer
)
Public Shared Sub SetParentWND (
gxNetShared As CGXNETCore,
wnd As Integer
)
public:
static void SetParentWND(
CGXNETCore^ gxNetShared,
int wnd
)
public:
static void SetParentWND(
CGXNETCore^ gxNetShared,
int wnd
)
static member SetParentWND :
gxNetShared : CGXNETCore *
wnd : int -> unit
static member SetParentWND :
gxNetShared : CGXNETCore *
wnd : int -> unit
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