Class

# WebToolTip

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

## Description

A overlaying window that displays tips regarding the use or purpose of a control.

## Properties

<div class="rst-class">

table-centered_columns_3_and_4

</div>

| Name                              | Type                                | Read-Only | Shared |
|-----------------------------------|-------------------------------------|-----------|--------|
| `Placement<webtooltip.placement>` | `Placements<webtooltip.placements>` |           |        |
| `Value<webtooltip.value>`         | `String</api/data_types/string>`    |           |        |

## Methods

<div class="rst-class">

table-centered_column_4

</div>

| Name                                  | Parameters                                | Returns | Shared |
|---------------------------------------|-------------------------------------------|---------|--------|
| `Constructor<webtooltip.constructor>` | value As `String</api/data_types/string>` |         |        |

## Enumerations

<div id="webtooltip.placements">

<div class="rst-class">

forsearch

</div>

</div>

WebToolTip.Placements

### Placements

> The various locations the tooltip can appear relative to the control to which it is attached.
>
> | Enum   | Description                                                                                                                 |
> |--------|-----------------------------------------------------------------------------------------------------------------------------|
> | Auto   | The tooltip chooses the best location to display based on the position of the control relative to the browser window edges. |
> | Bottom | The tooltip appears below the control.                                                                                      |
> | Left   | The tooltip appears to the left of the control.                                                                             |
> | Right  | The tooltip appears to the right of the control.                                                                            |
> | Top    | The tooltip appears above the control.                                                                                      |

## Property descriptions

<div id="webtooltip.placement">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

WebToolTip.Placement

**Placement** As `Placements<webtooltip.placements>`

> Where the tooltip overlay window will appear relative to the control to which it is attached.

<div id="webtooltip.value">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

WebToolTip.Value

**Value** As `String</api/data_types/string>`

> The text that appears in the floating overlay window.

## Method descriptions

<div id="webtooltip.constructor">

<div class="rst-class">

forsearch

</div>

</div>

WebToolTip.Constructor

**Constructor**(value As `String</api/data_types/string>`)

> Creates a new <span class="title-ref">WebToolTip</span> with the *value* passed as its message.

## Compatibility

|                       |     |
|-----------------------|-----|
| **Project Types**     | Web |
| **Operating Systems** | All |
