Click or drag to resize

ShellWindow.Handle Method (Usual)

X#
Return the handle for a shell window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Handle(
	nHandleType
) AS IntPtr CLIPPER
Request Example View Source

Parameters

nHandleType (Optional)
Type: Usual
The type of handle required. Specify 0 for the window handle and 2 for the window device context. If omitted, 0 is the default.

Return Value

Type: IntPtr
A handle to the window, describing the underlying system object.
Remarks
This method provides a handle to the window, which can then be used by Windows API calls.
See Also