CheckCommand Class |
Namespace: Eto.Forms
The CheckCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckCommand |
Initializes a new instance of the CheckCommand class.
| |
| CheckCommand(EventHandlerEventArgs) |
Initializes a new instance of the CheckCommand class with the specified execute handler.
|
| Name | Description | |
|---|---|---|
| CreateMenuItem |
Creates a new menu item attached to this command.
(Overrides CommandCreateMenuItem.) | |
| CreateToolItem |
Creates a new tool item attached to this command.
(Overrides CommandCreateToolItem.) | |
| OnCheckedChanged |
Raises the CheckedChanged event.
|
| Name | Description | |
|---|---|---|
| CheckedChanged |
Occurs when the Checked value has changed.
|