BrowserGetControlHwnd Method |
Gets the window handle to a browser control.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IntPtr GetControlHwnd(
FCW id,
bool throwOnError = true
)
Parameters
- id
- Type: ShellBoost.Core.WindowsShellFCW
The control identifier. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
IntPtrA valid IntPtr or IntPtr.Zero.
See Also