Click or drag to resize

ShellBrowserBaseGetWindowHandle Method

Returns an approriate window handle for operations that require a window handle. It takes care that a null handle is returned to prevent error messages if ShowErrorMEssages is set to false.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
protected IntPtr GetWindowHandle(
	bool p_HandleRequired
)

Parameters

p_HandleRequired  Boolean
True, if a handle is required.

Return Value

IntPtr
IntPtr for the window handle or IntPtr.Zero.
See Also