ToolItemCollection Constructor |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected ToolItemCollection(
ToolBar parent
)
Protected Sub New (
parent As ToolBar
)
new :
parent : ToolBar -> ToolItemCollection
Parameters
- parent
- Type: Eto.FormsToolBar
Parent of the tool item.
See Also