Window.EnableToolTips Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableToolTips(
Usual lEnable = default
)
Request Example
View SourceParameters
- 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