Click or drag to resize

ToolItemCollection Constructor

Initializes a new instance of the ToolItemCollection class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected ToolItemCollection(
	ToolBar parent
)

Parameters

parent
Type: Eto.FormsToolBar
Parent of the tool item.
See Also