ShellWindow.Handle Method (Usual) | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual IntPtr Handle(
Usual nHandleType = default
)
Request Example
View SourceParameters
- 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