Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / TabPopupWidth Property

In This Topic
    TabPopupWidth Property (C1Ribbon)
    In This Topic
    Gets or sets the maximum width of the tab popup window when the Ribbon is minimized. If -1, the popup window is stretched to the whole width of the owner window.
    Syntax
    'Declaration
     
    
    Public Property TabPopupWidth As Integer
    public int TabPopupWidth {get; set;}
    See Also