[]
        
(Showing Draft Content)

C1.Blazor.Ribbon.MenuToolCollection

MenuToolCollection Class

Collection of tools of C1MenuTool.

Namespace: C1.Blazor.Ribbon
Assembly: C1.Blazor.Ribbon.dll
Syntax
public class MenuToolCollection : ToolMenuListCollection, IList<C1MenuItem>, ICollection<C1MenuItem>, IList, ICollection, IReadOnlyList<C1MenuItem>, IReadOnlyCollection<C1MenuItem>, IEnumerable<C1MenuItem>, IEnumerable, INotifyCollectionChanged, IDisposable
Public Class MenuToolCollection
    Inherits ToolMenuListCollection
    Implements IList(Of C1MenuItem), ICollection(Of C1MenuItem), IList, ICollection, IReadOnlyList(Of C1MenuItem), IReadOnlyCollection(Of C1MenuItem), IEnumerable(Of C1MenuItem), IEnumerable, INotifyCollectionChanged, IDisposable

Implements