Click or drag to resize

CheckMenuItem Constructor (CheckCommand)

Initializes a new instance of the CheckMenuItem class with the specified command.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public CheckMenuItem(
	CheckCommand command
)

Parameters

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