Back to Devexpress

ToolTipController.ReshowDelay Property

windowsforms-devexpress-dot-utils-dot-tooltipcontroller-c880c7b8.md

latest1.8 KB
Original Source

ToolTipController.ReshowDelay Property

Gets or sets the time interval that must pass before another hint is displayed if another hint is currently visible.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue(100)]
[DXCategory("Behavior")]
public int ReshowDelay { get; set; }
vb
<DefaultValue(100)>
<DXCategory("Behavior")>
Public Property ReshowDelay As Integer

Property Value

TypeDefaultDescription
Int32100

An integer value specifying the time interval in milliseconds.

|

Remarks

The ReshowDelay property specifies the delay before another hint is displayed for a particular control’s element if a hint for another element is currently visible. If no other hints are currently visible, the delay is specified by the ToolTipController.InitialDelay property.

See Also

AutoPopDelay

InitialDelay

ToolTipController Class

ToolTipController Members

DevExpress.Utils Namespace