Click or drag to resize

IMenuItemBuilderBuildItems Method

Builds menu items for the specified codon.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
IEnumerable<Object> BuildItems(
	Codon codon,
	Object parameter
)

Parameters

codon  Codon
The codon that describes the menu contribution.
parameter  Object
The parameter passed to the builder.

Return Value

IEnumerableObject
The built menu items.
See Also