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.3179.0 (4.8.3179.0)
Syntax
C#
public sealed class MenuItemDescriptor

The MenuItemDescriptor type exposes the following members.

Constructors
 NameDescription
Public methodMenuItemDescriptorInitializes 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 
Public fieldConditions 
Public fieldParameter 
Public fieldSubItems 
Top
See Also