Click or drag to resize

IndicatorBaseAddContextMenu Method


Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected IMenuItem AddContextMenu(
	Object header,
	ICommand command,
	Object styleTemplate = null,
	int index = -1
)

Parameters

header  Object
 
command  ICommand
 
styleTemplate  Object  (Optional)
 
index  Int32  (Optional)
 

Return Value

IMenuItem
See Also