Control.Handle Method (Typed) | |
Return the handle for a control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Handle() AS IntPtr CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual IntPtr Handle()
Request Example
View SourceReturn Value
Type:
IntPtr
A handle to the "window" (control), 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