MenuBar Constructor (MenuItem) |
Initializes a new instance of the
MenuBar class with the specified items.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public MenuBar(
params MenuItem[] items
)
Public Sub New (
ParamArray items As MenuItem()
)
new :
items : MenuItem[] -> MenuBar
Parameters
- items
- Type: Eto.FormsMenuItem
Items to add to the menu bar initially.
See Also