 | CGXNETCoreLockParentWindow Method |
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static IntPtr LockParentWindow(
IWin32Window parentWnd,
ref IntPtr hWndPrevHandle
)
public static IntPtr LockParentWindow(
IWin32Window parentWnd,
ref IntPtr hWndPrevHandle
)
Public Shared Function LockParentWindow (
parentWnd As IWin32Window,
ByRef hWndPrevHandle As IntPtr
) As IntPtr
Public Shared Function LockParentWindow (
parentWnd As IWin32Window,
ByRef hWndPrevHandle As IntPtr
) As IntPtr
public:
static IntPtr LockParentWindow(
IWin32Window^ parentWnd,
IntPtr% hWndPrevHandle
)
public:
static IntPtr LockParentWindow(
IWin32Window^ parentWnd,
IntPtr% hWndPrevHandle
)
static member LockParentWindow :
parentWnd : IWin32Window *
hWndPrevHandle : IntPtr byref -> IntPtr
static member LockParentWindow :
parentWnd : IWin32Window *
hWndPrevHandle : IntPtr byref -> IntPtr
Parameters
- parentWnd
- Type: System.Windows.FormsIWin32Window
- hWndPrevHandle
- Type: SystemIntPtr
Return Value
Type:
IntPtr
See Also