[]
Specifies under what conditions the tooltip will remain visible if the mouse pointer leaves the control.
public enum StaysOpenMode
| Name | Description |
|---|---|
| Always | The tooltip always remains visible. |
| HoldAlt | The tooltip remains visible only when the Alt key is pressed. |
| HoldControl | The tooltip remains visible only when the Control key is pressed. |
| HoldShift | The tooltip remains visible only when the Shift key is pressed. |
| Hovered | The tooltip remains visible while the mouse cursor is hovered over it. |
| Never | The tooltip never remains visible. |