Click or drag to resize

ICommandItem Interface

Interface to access common properties of both MenuItem and ToolItem.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICommandItem

The ICommandItem type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether this ICommandItem is enabled.
Public propertyText
Gets or sets the text of the item, with mnemonic.
Public propertyToolTip
Gets or sets the tool tip to show when hovering the mouse over the item.
Top
Events
  NameDescription
Public eventClick
Occurs when the user clicks on the item.
Top
See Also