ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / ToolTipSettings Class / ReshowDelay Property

In This Topic
    ReshowDelay Property
    In This Topic
    Gets or sets the length of time that must transpire before subsequent tooltip windows appear as the mouse pointer moves from one control to another.
    Syntax
    'Declaration
     
    Public Property ReshowDelay As System.Integer
    public System.int ReshowDelay {get; set;}
    See Also