Componentone Toolbar for WPF and Silverlight
C1.WPF.Toolbar Namespace / C1SimplifiedToolbarStrip Class / OverflowMenuItems Property

In This Topic
    OverflowMenuItems Property (C1SimplifiedToolbarStrip)
    In This Topic
    Gets the collection that contains elements of overflow menu.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OverflowMenuItems As ObservableCollection(Of Object)
    public ObservableCollection<object> OverflowMenuItems {get;}
    See Also