Click or drag to resize

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
)

Parameters

command
Type: Eto.FormsCommand
Command to initialize the menu item with.
See Also