MenuBarSystemCommands Property |
Gets the system commands for the menu.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Collection<Command> SystemCommands { get; }
Public ReadOnly Property SystemCommands As Collection(Of Command)
Get
member SystemCommands : Collection<Command> with get
Property Value
Type:
CollectionCommandThe system commands.
Remarks
These system commands are used for any of the items added when
IncludeSystemItems is set to anything other than
None.
You can modify this collection to remove items from the system menu, or update which items should be used instead.
This is only needed for advanced scenarios and should not be required to be used in normal circumstances.
See Also