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
)
Public Sub New (
command As CheckCommand
)
new :
command : CheckCommand -> CheckMenuItem
Parameters
- command
- Type: Eto.FormsCheckCommand
Command to initialize the menu with.
See Also