WebToolTip.Placements
From Xojo Documentation
Enumeration
Specifies the various locations the tooltip overlay window will appear relative to the control to which it is attached.
Values
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. |