 | CGX_NETUnlockParentWindow Method |
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic override void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
public override void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
)
Public Overrides Sub UnlockParentWindow (
hWndLockHandle As IntPtr,
hWndPrevHandle As IntPtr
)
Public Overrides Sub UnlockParentWindow (
hWndLockHandle As IntPtr,
hWndPrevHandle As IntPtr
)
public:
virtual void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
) override
public:
virtual void UnlockParentWindow(
IntPtr hWndLockHandle,
IntPtr hWndPrevHandle
) override
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