Enumerations
Name | Values |
| This class exposes no enumerations. |
Constants
Name | Type | Value |
PositionCoords | Integer | -1 |
PositionTopLeft | Integer | 0 |
PositionTopCenter | Integer | 1 |
PositionTopRight | Integer | 2 |
PositionCenterLeft | Integer | 3 |
PositionCenterRight | Integer | 4 |
PositionBottomLeft | Integer | 5 |
PositionBottomCenter | Integer | 6 |
PositionBottomRight | Integer | 7 |
ShowOnHover | Integer | 0 |
ShowOnClick | Integer | 1 |
ShowOnFocus | Integer | 2 |
ShowOnMethod | Integer | 3 |
StylePlain | Integer | 0 |
StyleLight | Integer | 1 |
StyleDark | Integer | 2 |
StyleRed | Integer | 3 |
StyleGreen | Integer | 4 |
StyleBlue | Integer | 5 |
StyleBootStrap | Integer | 6 |
StyleTipsy | Integer | 7 |
StyleYouTube | Integer | 8 |
StyleJTools | Integer | 9 |
StyleTipped | Integer | 10 |
Events
Definition | Description |
| This class exposes no events. |
Methods
Definition | Description |
Bind( BindTo as WebControl, Title as String, HTMLContent as String, TipStyle as Integer, ShowOn as Integer = 0, IsRounded as Boolean = False, HasShadow as Boolean = False, Position as Integer = 0, PositionX as Integer = 0, PositionY as Integer = 0, ShowDelay as Integer = 1000 ) | Create a tooltip and bind it to the control signified by BindTo. |
BindWithContainer( BindTo as WebControl, Title as String, ContainerContent as WebContainer, TipStyle as Integer, ShowOn as Integer = 0, IsRounded as Boolean = False, HasShadow as Boolean = False, Position as Integer = 0, ShowDelay as Integer = 1000 ) | Create a tooltip with a WebContainer as content, and bind it to the control signified by BindTo. |
Hide( theControl as WebControl ) | Hide the tooltip bound to theControl. |
Show( theControl as WebControl ) | Show the tooltip bound to theControl. |
Unbind( theControl as WebControl ) | Unbind the tooltip from theControl, and remove it from the page. |
UnbindAll() | Unbind and remove all tooltips. |
UnbindMultiple( ParamArray theControls as WebControl ) | Unbind and remove tooltips for the controls signified in the ParamArray. |
Properties
Name | Type | Default Value | Description |
| | | This class does not expose any properties. |
Examples
There are currently no examples for this class.