[]
        
(Showing Draft Content)

C1.WPF.Ribbon.MenuToolCollection

MenuToolCollection Class

Collection of tools of C1MenuTool.

Inheritance
MenuToolCollection
Namespace: C1.WPF.Ribbon
Assembly: C1.WPF.Ribbon.dll
Syntax
public class MenuToolCollection : ObservableCollection<object>, IList<object>, ICollection<object>, IList, ICollection, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public Class MenuToolCollection
    Inherits ObservableCollection(Of Object)
    Implements IList(Of Object), ICollection(Of Object), IList, ICollection, IReadOnlyList(Of Object), IReadOnlyCollection(Of Object), IEnumerable(Of Object), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

Name Description
MenuToolCollection()

Methods

Name Description
InsertItem(int, object)