Click or drag to resize

Window.EnableHelpCursor Method (Typed)

X#
Changes the cursor to a question mark with a pointer.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableHelpCursor() AS VOID
Request Example View Source

Return Value

Type: 
NIL
Remarks
Changes the cursor to a question mark with a pointer. If the user then clicks a control the control receives a help request message. This is recommended only, if you have created the HelpDisplay{} object with lWin32Processing is TRUE.
See Also