Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1ToolStrip Class / Overflow Property

In This Topic
    Overflow Property
    In This Topic
    Gets or sets the value that indicates how to handle the items which do not fit to the available space.
    Syntax
    'Declaration
     
    
    Public Property Overflow As ToolStripOverflow
    public ToolStripOverflow Overflow {get; set;}
    See Also