Accelerator.Handle Method (Typed) | |
Return the handle for an accelerator.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Handle() AS IntPtr
public virtual IntPtr Handle()
Request Example
View SourceReturn Value
Type:
IntPtr
A handle describing the underlying system object.
Remarks
This method provides a handle to the Windows GDI object, which can then be used by Windows API GDI calls.
When the Accelerator objects is 'dynamic' this will create the actual Windows GDI Object and no more accelerators can be added to the accelerator
See Also