Click or drag to resize

GenericExportHandlerT, E, ImoRightClickItems Field

Right click menu for items. The row must be detected as an item (rather than an attachment) to have right click menu. Dictionary key is the ID, followed by a list of tuples, where Item1 is the menuitem text than the Item2 is the action to invoke.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
protected Dictionary<string, List<Tuple<string, Action>>> moRightClickItems

Field Value

Type: DictionaryString, ListTupleString, Action
See Also