Componentone Toolbar for WPF and Silverlight
C1.Silverlight.Toolbar Namespace / ToolbarOverflow Enumeration

In This Topic
    ToolbarOverflow Enumeration
    In This Topic
    ToolbarOverflow enumeration contains available values for overflow handling in toolbar elements.
    Syntax
    'Declaration
     
    
    Public Enum ToolbarOverflow 
       Inherits System.Enum
    public enum ToolbarOverflow : System.Enum 
    Members
    MemberDescription
    MenuShows menu.
    NoneOverflow is not handled.
    PanelShows panel with elements which do not fit to the main container.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Silverlight.Toolbar.ToolbarOverflow

    See Also