InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / ToolTipSettings Class / ReshowDelay Property

In This Topic
    ReshowDelay Property (ToolTipSettings)
    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 Integer
    public int ReshowDelay {get; set;}
    See Also