Click or drag to resize

Window.EnableHelpCursor Method

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

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

Return Value

Type: Usual
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