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.1
Syntax protected IntPtr GetWindowHandle(
bool p_HandleRequired
)
Protected Function GetWindowHandle (
p_HandleRequired As Boolean
) As IntPtr
protected:
IntPtr GetWindowHandle(
bool p_HandleRequired
)
member GetWindowHandle :
p_HandleRequired : bool -> IntPtr
Parameters
- p_HandleRequired
- Type: SystemBoolean
True, if a handle is required.
Return Value
Type:
IntPtrIntPtr for the window handle or IntPtr.Zero.
See Also