ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / ScrollableStackPanel Class / ScrollDelayHover Property

In This Topic
    ScrollDelayHover Property (ScrollableStackPanel)
    In This Topic
    Gets or sets the time before buttons start firing when the mouse hovers over them (even without pressing them)
    Syntax
    'Declaration
     
    Public Property ScrollDelayHover As System.Integer
    public System.int ScrollDelayHover {get; set;}
    Remarks
    Set to zero or any negative value to disable the hover scroll feature.
    See Also