MenuItemCollectionAdd Method (Command, Int32) |
Add the specified command with the specified order.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public MenuItem Add(
Command command,
int order = 0
)
Public Function Add (
command As Command,
Optional order As Integer = 0
) As MenuItem
member Add :
command : Command *
?order : int
(* Defaults:
let _order = defaultArg order 0
*)
-> MenuItem
Parameters
- command
- Type: Eto.FormsCommand
Command to add. - order (Optional)
- Type: SystemInt32
Order of the command to add.
Return Value
Type:
MenuItem[Missing <returns> documentation for "M:Eto.Forms.MenuItemCollection.Add(Eto.Forms.Command,System.Int32)"]
See Also