Click or drag to resize

Window.EnableHelpButton Method

X#
Enables the help button in the window caption bar.

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

Return Value

Type: Usual
NIL
Remarks
Enables the help button in the window caption bar. This works only if no maximize or minimize button is present on the caption bar. It is recommended for DialogWindow’s. This is recommended only, if you have created the HelpDisplay{} object with lWin32Processing is TRUE.
See Also