 | CGX_NETLockParentWindow Method |
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxprotected IntPtr LockParentWindow(
IWin32Window parentWnd,
ref IntPtr hWndPrevHandle
)
protected IntPtr LockParentWindow(
IWin32Window parentWnd,
ref IntPtr hWndPrevHandle
)
Protected Function LockParentWindow (
parentWnd As IWin32Window,
ByRef hWndPrevHandle As IntPtr
) As IntPtr
Protected Function LockParentWindow (
parentWnd As IWin32Window,
ByRef hWndPrevHandle As IntPtr
) As IntPtr
protected:
IntPtr LockParentWindow(
IWin32Window^ parentWnd,
IntPtr% hWndPrevHandle
)
protected:
IntPtr LockParentWindow(
IWin32Window^ parentWnd,
IntPtr% hWndPrevHandle
)
member LockParentWindow :
parentWnd : IWin32Window *
hWndPrevHandle : IntPtr byref -> IntPtr
member LockParentWindow :
parentWnd : IWin32Window *
hWndPrevHandle : IntPtr byref -> IntPtr
Parameters
- parentWnd
- Type: System.Windows.FormsIWin32Window
- hWndPrevHandle
- Type: SystemIntPtr
Return Value
Type:
IntPtr
See Also