Click or drag to resize

BrowserGetControlHwnd Method

Gets the window handle to a browser control.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IntPtr GetControlHwnd(
	FCW id,
	bool throwOnError = true
)

Parameters

id
Type: callback.ShellBoost.Core.WindowsShellFCW
The control identifier.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: IntPtr
A valid IntPtr or IntPtr.Zero.
See Also