Click or drag to resize

MenuItemCollectionAddSeparator Method

Adds the separator with the specified order.

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

Parameters

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