MenuItem Class

Menu item class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class MenuItem : BindableBase
Inheritance
Object    BindableCore    BindableBase    MenuItem

Constructors

MenuItemInitializes a new instance of the MenuItem class

Properties

CommandComando asociado al elemento
CommandParameter Parameters of the command associated with the element.
Image Item image.
InputKey Item shortcut key.
IsChecked Indicates whether the element is checked.
Items List of child elements.
Text Element text.
ToolTip Element tooltip.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also