Click or drag to resize

MenuItemCollection.AddSeparator 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: System.Int32
Order of the separator to add.
See Also