Click or drag to resize

CheckMenuItemPerformClick Method

Performs the click handler for this item which toggles the check state.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override void PerformClick()
Remarks
This performs the click by calling OnClick(EventArgs) which triggers the Click event. The Checked state will also be toggled.
See Also