ComponentOne SuperTooltip for WinForms
C1.Win.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltipBase Class / InitialDelay Property

In This Topic
    InitialDelay Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets the time that passes before the tooltip appears.
    Syntax
    'Declaration
     
    Public Property InitialDelay As System.Integer
    public System.int InitialDelay {get; set;}
    Remarks

    This property enables you to shorten or lengthen the time that the C1SuperTooltipBase waits before displaying a tooltip window. If the value of the InitialDelay property is set to a value that is too long in duration, the user of your application may not know that your application provides C1SuperTooltip help. You can use this property to ensure that the user has tooltips displayed quickly by shortening the time specified.

    If you want to have a consistent delay pattern for your C1SuperTooltipBase windows, you can set the AutomaticDelay property. The AutomaticDelay property sets the AutoPopDelay, ReshowDelay, and InitialDelay properties to initial values based on a single time value. Every time the AutomaticDelay property is set, the InitialDelay property is set to the same value as the AutomaticDelay property. Once the AutomaticDelay property is set, you can independently set the InitialDelay property, overriding the default value.

    See Also