MenuBarIHandlerCreateSystemMenu Method |
Creates the system menu when it is loaded onto a window for the first time.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax abstract CreateSystemMenu : unit -> unit
Remarks
This is called only once for a menu bar, when it is first set using
Menu.
See Also