 | 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.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected Dictionary<string, List<Tuple<string, Action>>> moRightClickItems
Protected moRightClickItems As Dictionary(Of String, List(Of Tuple(Of String, Action)))
Field Value
DictionaryString,
ListTupleString,
Action
Revision HistoryDate | Version | Description |
---|
- | 2024 SP0 | First Release |
See Also