Click or drag to resize

Window.EnableToolTips Method

X#
Enable or disable the tooltips for a window. Note that assigning a value to Control:ToolTipText automatically enables the tooltip's display on the parent window.

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

Parameters

lEnable (Optional)
Type: Usual
Logical value indicating whether the tool tips should be enabled (TRUE) or disabled (FALSE). If omitted, the default is TRUE.

Return Value

Type: Usual
TRUE, if tooltips were enabled; FALSE, if tooltips were disabled.
See Also