ButtonMenuItem Constructor (Command) |
Initializes a new instance of the
ButtonMenuItem class with the specified command.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ButtonMenuItem(
Command command
)
Public Sub New (
command As Command
)
new :
command : Command -> ButtonMenuItem
Parameters
- command
- Type: Eto.FormsCommand
Command to initialize the menu item with.
See Also