WindowsUtilitiesGetParentWindow Method |
Gets the specified window's parent window, if any.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IntPtr GetParentWindow(
IntPtr handle
)
Parameters
- handle
- Type: SystemIntPtr
The window handle.
Return Value
Type:
IntPtrA window handle or IntPtr.Zero.
See Also