Gets the collection of items in the toolbar.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ToolItemCollection Items { get; }
Public ReadOnly Property Items As ToolItemCollection
Get
member Items : ToolItemCollection with get
Property Value
Type:
ToolItemCollectionThe tool item collection.
See Also