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()
Function GetSystemCommands As IEnumerable(Of Command)
abstract GetSystemCommands : unit -> IEnumerable<Command>
Return Value
Type:
IEnumerableCommandThe 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