Click or drag to resize

ViewGetOwnerViewHandle Method

Gets the handle of the view's top window.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IntPtr GetOwnerViewHandle(
	IntPtr windowHandle
)

Parameters

windowHandle
Type: SystemIntPtr
A window handle.

Return Value

Type: IntPtr
A window handle or Zero if it was not found.
See Also