MenuBar Constructor (IEnumerableMenuItem) |
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(
IEnumerable<MenuItem> items
)
Public Sub New (
items As IEnumerable(Of MenuItem)
)
new :
items : IEnumerable<MenuItem> -> MenuBar
Parameters
- items
- Type: System.Collections.GenericIEnumerableMenuItem
Items to add to the menu bar initially.
See Also