Click or drag to resize

IndicatorBaseAddMenuItem Method

Adds an IMenuItem in the tool bar

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
protected IMenuItem AddMenuItem(
	Object header,
	ICommand command,
	Object styleTemplate = null
)

Parameters

header  Object
Header of the IMenuItem
command  ICommand
Command of the IMenuItem
styleTemplate  Object  (Optional)
Style template of the IMenuItem

Return Value

IMenuItem
Exceptions
ExceptionCondition
Exception
See Also