ToolItemCollectionAdd Method (ToolItem) |
Adds the specified item given its order.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Add(
ToolItem item
)
Public Sub Add (
item As ToolItem
)
member Add :
item : ToolItem -> unit
Parameters
- item
- Type: Eto.FormsToolItem
Item to add.
Remarks
This will add the item into the collection based on its
Order, keeping
all items in their order.
See Also