Enum
ToolTipRelativeToMode

Tooltip RelativeTo mode enumeration.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum ToolTipRelativeToMode

Fields

BrowserWindow

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.

Declaration

cs-api-definition
BrowserWindow = 1

Field Value

ToolTipRelativeToMode

Element

If the tooltip has RelativeTo="Element" and TargetControl is set, its position is calculated according to the specified element.

Declaration

cs-api-definition
Element = 2

Field Value

ToolTipRelativeToMode

Mouse

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.

Declaration

cs-api-definition
Mouse = 0

Field Value

ToolTipRelativeToMode

In this article
DefinitionFieldsBrowserWindowElementMouse
Not finding the help you need?
Contact Support