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.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxprotected 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 Boolean
- True, if a handle is required.
Return Value
IntPtrIntPtr for the window handle or IntPtr.Zero.
See Also