ReshowDelay Property (C1SuperTooltipBase)
In This Topic
Gets or sets the length of time that must transpire before subsequent
C1SuperTooltipBase windows appear as the mouse pointer moves from one control to another.
Syntax
'Declaration
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("ST.ReshowDelay", "Gets or sets the length of time that must transpire before subsequent C1SuperTooltip windows appear as the mouse pointer moves from one control to another.")>
Public Property ReshowDelay As Integer
[C1Category("Behavior")]
[C1Description("ST.ReshowDelay", "Gets or sets the length of time that must transpire before subsequent C1SuperTooltip windows appear as the mouse pointer moves from one control to another.")]
public int ReshowDelay {get; set;}
See Also