AutoPopDelay Property (C1SuperTooltipBase)
In This Topic
Gets or sets the period of time (in milliseconds) the tooltip remains visible if the mouse pointer is stationary within a control.
Syntax
'Declaration
<C1DescriptionAttribute("ST.AutoPopDelay", "Gets or sets the period of time (in milliseconds) the tooltip remains visible if the mouse pointer is stationary within a control.")>
<C1CategoryAttribute("Behavior")>
Public Property AutoPopDelay As Integer
[C1Description("ST.AutoPopDelay", "Gets or sets the period of time (in milliseconds) the tooltip remains visible if the mouse pointer is stationary within a control.")]
[C1Category("Behavior")]
public int AutoPopDelay {get; set;}
See Also