Click or drag to resize

MenuBarIHandlerGetSystemCommands Method

Gets the system commands for the menu bar.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
IEnumerable<Command> GetSystemCommands()

Return Value

Type: IEnumerableCommand
The system commands to use when creating the system menu.
Remarks
The system commands should be used by the CreateSystemMenu implementation by ID. Note that the commands may or may not exist in the collection of SystemCommands, as the collection can be modified to remove or modify commands before the menu is created.
See Also