ToolItemCollection Class |
Namespace: Eto.Forms
The ToolItemCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | ToolItemCollection |
Initializes a new instance of the ToolItemCollection class.
|
Name | Description | |
---|---|---|
![]() | Add(ToolItem) |
Adds the specified item given its order.
|
![]() | Add(Command, Int32) |
Add a command with the specified order.
|
![]() | AddRange(IEnumerableToolItem) |
Adds the specified tool items to the collection.
|
![]() | AddRange(IEnumerableCommand, Int32) |
Adds the specified commands to the collection starting at the specified order.
|
![]() | AddSeparator |
Adds a separator item with the specified order or type |
![]() | ClearItems |
Called when the collection is cleared.
(Overrides CollectionTClearItems.) |
![]() | InsertItem |
Called when an item is inserted.
(Overrides CollectionTInsertItem(Int32, T).) |
![]() | RemoveItem |
Called when an item is removed from the collection.
(Overrides CollectionTRemoveItem(Int32).) |