Click or drag to resize

ToolItemCollectionAddSeparator Method

Adds a separator item with the specified order or type

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void AddSeparator(
	int order = 0,
	SeparatorToolItemType type = SeparatorToolItemType.Divider
)

Parameters

order (Optional)
Type: SystemInt32
Order to add the separator.
type (Optional)
Type: Eto.FormsSeparatorToolItemType
Type of separator.
See Also