Window.EnableToolTips Method (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableToolTips(
lEnable AS LOGIC
) AS VOID
public virtual void EnableToolTips(
[DefaultParameterValueAttribute(true, 0)] bool lEnable
)
Request Example
View SourceParameters
- lEnable
- Type: Logic
Logical value indicating whether the tool tips should be enabled (TRUE) or disabled (FALSE). If omitted, the default is TRUE.
Return Value
Type:
TRUE, if tooltips were enabled; FALSE, if tooltips were disabled.
See Also