 | CGXNETCoreUnlockParentWindow Method |
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic virtual void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
public virtual void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
Public Overridable Sub UnlockParentWindow (
hWndLockHandle As IntPtr,
hWndPrevHandle As IntPtr
)
Public Overridable Sub UnlockParentWindow (
hWndLockHandle As IntPtr,
hWndPrevHandle As IntPtr
)
public:
virtual void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
public:
virtual void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
abstract UnlockParentWindow :
hWndLockHandle : IntPtr *
hWndPrevHandle : IntPtr -> unit
override UnlockParentWindow :
hWndLockHandle : IntPtr *
hWndPrevHandle : IntPtr -> unit
abstract UnlockParentWindow :
hWndLockHandle : IntPtr *
hWndPrevHandle : IntPtr -> unit
override UnlockParentWindow :
hWndLockHandle : IntPtr *
hWndPrevHandle : IntPtr -> unit
Parameters
- hWndLockHandle
- Type: SystemIntPtr
- hWndPrevHandle
- Type: SystemIntPtr
See Also