ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / C1DynamicHelp Class / MouseHoverDelay Property

In This Topic
    MouseHoverDelay Property
    In This Topic
    Gets or sets the interval, in milliseconds, between the time the mouse enters a control or component and the time the associated HelpTopic is displayed in the C1DynamicHelp control.
    Syntax
    'Declaration
     
    Public Property MouseHoverDelay As System.Integer
    public System.int MouseHoverDelay {get; set;}
    See Also