Win32WindowFromHandle Method |
Returns a Win32Window instance from a handle, or null if the handle doesn't identify an existing window.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static Win32Window FromHandle(
IntPtr handle
)
Parameters
- handle
- Type: SystemIntPtr
The handle.
Return Value
Type:
Win32WindowA Win32Window instance or null.
See Also