Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.
Gets or sets whether a displayed tooltip remains visible while the mouse cursor keeps moving (without pauses) towards the tooltip and while it hovers the tooltip.
After the cursor moves beyond the control’s bounds and then stops (except for tooltips displayed by the ToolTipController.ShowHint method).
When the cursor moves beyond the tooltip’s bounds (except for tooltips displayed by the ToolTipController.ShowHint method).
While the cursor is moving.
While the cursor is above the tooltip.
KeepWhileHovered=true
CloseOnClick=True
After the cursor moves beyond the control’s bounds or tooltip’s bounds and then stops (except for tooltips displayed by the ToolTipController.ShowHint method).
While the cursor is moving.
While the cursor is above the control or tooltip.
KeepWhileHovered=false
CloseOnClick=Default
After a delay (ToolTipController.AutoPopDelay) while the cursor is above the target control or tooltip, or the cursor is moving.
After the cursor moves beyond the control’s bounds (except for tooltips displayed by the ToolTipController.ShowHint method).
KeepWhileHovered=false
CloseOnClick=True
After the cursor moves beyond the control’s bounds (except for tooltips displayed by the ToolTipController.ShowHint method) and enters the bounds of another control.