Click or drag to resize

MenuItemDescriptor Constructor

Initializes a new instance of the MenuItemDescriptor class.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MenuItemDescriptor(
	Object? parameter,
	Codon codon,
	IList subItems,
	IReadOnlyCollection<ICondition> conditions
)

Parameters

parameter  Object
The parameter passed to the builder.
codon  Codon
The codon describing the menu item.
subItems  IList
The submenu items.
conditions  IReadOnlyCollectionICondition
The conditions attached to the menu item.
See Also