Determines whether the tooltip will appear relative to an element, the mouse, or the browser window.
Namespace:
C1.Web.UI.Controls.C1ToolTipAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
public enum RelativeTo |
| Visual Basic (Declaration) |
|---|
Public Enumeration RelativeTo |
Members
| Member name | Description | |
|---|---|---|
| Element | The tooltip appears relative to the element. | |
| Mouse | The tooltip appears relative to the mouse. | |
| BrowserWindow | The tooltip appears relative to the browser window. |