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

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