Click or drag to resize

MenuItemDescriptor Class

Represents a menu item. These objects are created by the MenuItemDoozer and then converted into GUI-toolkit-specific objects by the MenuService.
Inheritance Hierarchy
SystemObject
  Altaxo.AddInItemsMenuItemDescriptor

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public sealed class MenuItemDescriptor

The MenuItemDescriptor type exposes the following members.

Constructors
 NameDescription
Public methodMenuItemDescriptor Initializes a new instance of the MenuItemDescriptor class.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldCodon Gets the codon describing the menu item.
Public fieldConditions Gets the conditions attached to the menu item.
Public fieldParameter Gets the parameter passed to the builder.
Public fieldSubItems Gets the submenu items.
Top
See Also