Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandHolder Class / ShowNonRecentLinksHoverDelay Property

In This Topic
    ShowNonRecentLinksHoverDelay Property
    In This Topic
    Gets or sets the delay (in seconds) for the mouse to hover over the parent menu item in order to show all rarely used item.
    Syntax
    'Declaration
     
    
    Public Property ShowNonRecentLinksHoverDelay As Integer
    public int ShowNonRecentLinksHoverDelay {get; set;}
    See Also