Gets or sets the order that the menu item should use when inserted into a submenu.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int Order { get; set; }
Public Property Order As Integer
Get
Set
member Order : int with get, set
Property Value
Type:
Int32The order to use when inserting into the submenu.
Remarks
The order can be used to sort your menu items when added in a different order.
This is useful when you have menu items added from different areas of your program.
See Also