Click or drag to resize

MenuItemPerformClick Method

Performs the click handler for this item.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual void PerformClick()
Remarks
This performs the click by calling OnClick(EventArgs) which triggers the Click event.
See Also