CTInterfaceRow |
The CTInterfaceRowRightClickArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| configurationName | Name of the configuration. | |
| MenuItemsStr |
Menuitems. All items must be wrapped between [ and ], and contain
first the actual string to show in menu, a semicolon (;) and then
an integer that defines the ID of the item.
For Example: C# MenuItemsStr = "[MyItem1;100][MyItem2;101][MyItem3;102]"; | |
| RetVal | True to show popup-menu defined with MenuItemsStr. | |
| Row | Index of the right-clicked row in Export's ListView |
| Date | Version | Description |
|---|---|---|
| - | 2012 SP4 | First Release |
| - | 2019 SP1 | Extended with configurationName |