ToolTipRelativeToMode Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Tooltip RelativeTo 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 ToolTipRelativeToMode
Members

  Member nameValueDescription
Mouse0 The default scenario is when the RadToolTip has its TargetControlID set and also has these settings: RelativeTo="Mouse" or MouseTrailing = "true". In this case its position is calculated according to the mouse coordinates. If the tooltip has RelativeTo="Mouse" and TargetControl is set, and yet its showing is invoked programmatically from code the tooltip is positioned relative to the target element.
BrowserWindow1 The setting RelativeTo=BrowserWindow has a highest priority - the RadToolTip is shown relative to the browser, not to a target control even if a TargetControlID has been specified.
Element2 If the tooltip has RelativeTo="Element" and TargetControl is set, its position is calculated according to the specified element.
See Also

Reference