ToolTipHideMode Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Tooltip hide mode enumeration.

Namespace:  Telerik.WebAii.Controls.Html
Assembly:  Telerik.WebAii.Controls.Html (in Telerik.WebAii.Controls.Html.dll) Version: 2012.1.411.0 (2012.1.411.0)
Syntax

public enum ToolTipHideMode
Members

  Member nameValueDescription
LeaveTarget0 Hides when mouse is out of the target element.
LeaveToolTip1 Hides when user hovers the tooltip and then leaves it.
ManualClose2 Hides when user presses the [x] button of the tooltip.
LeaveTargetAndToolTip3 Hides when mouse is neither over the tooltip, nor over the target element.
FromCode4 Hides by explicit javascript call to its hide method.
See Also

Reference