Click or drag to resize

Window.EnableHelpButton Method (Typed)

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

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

Return Value

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