ViewGetOwnerViewHandle Method |
Gets the handle of the view's top window.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IntPtr GetOwnerViewHandle(
IntPtr windowHandle
)
Parameters
- windowHandle
- Type: SystemIntPtr
A window handle.
Return Value
Type:
IntPtrA window handle or Zero if it was not found.
See Also