MenuBarIHandlerCreateLegacySystemMenu Method |
Obsolete version to create a system menu using legacy symantics.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void CreateLegacySystemMenu()
Sub CreateLegacySystemMenu
abstract CreateLegacySystemMenu : unit -> unit
Remarks
For OS X, this means it uses the
Name instead of "Application". The new symantics
uses "Application" always (OS X automatically shows the app's local name regardless of the name of the menu item).
See Also