Componentone Toolbar for WPF and Silverlight
C1.WPF.Toolbar Namespace / C1ToolbarStrip Class / Overflow Property

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