[]
Configurates ShowAtMouse. Sets a value that determines whether the tooltip should be positioned with respect to the mouse position rather than the target element.
public TBuilder ShowAtMouse(bool value)
Public Function ShowAtMouse(value As Boolean) As TBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |