AutomaticDelay Property (C1SuperTooltipBase)
In This Topic
Gets or sets the automatic delay for the
C1SuperTooltipBase.
Syntax
'Declaration
<C1DescriptionAttribute("ST.AutomaticDelay", "Gets or sets the automatic delay for the C1SuperTooltip.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<DefaultValueAttribute(500)>
<C1CategoryAttribute("Behavior")>
Public Property AutomaticDelay As Integer
[C1Description("ST.AutomaticDelay", "Gets or sets the automatic delay for the C1SuperTooltip.")]
[RefreshProperties(RefreshProperties.Repaint)]
[DefaultValue(500)]
[C1Category("Behavior")]
public int AutomaticDelay {get; set;}
See Also