Click or drag to resize
CTInterfaceRowRightClickArgs Class
Event argument class for OnListViewExportRowRightClick.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceRowRightClickArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public class RowRightClickArgs : EventArgs

The CTInterfaceRowRightClickArgs type exposes the following members.

Properties
  NameDescription
Public propertyconfigurationName
Name of the configuration.
Public propertyMenuItemsStr
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:

MenuItemsStr = "[MyItem1;100][MyItem2;101][MyItem3;102]";

Public propertyRetVal
True to show popup-menu defined with MenuItemsStr.
Public propertyRow
Index of the right-clicked row in Export's ListView
Top
Availability

CUSTOMTOOLS 2012 SP4


Revised in Description
CUSTOMTOOLS 2019 SP1 Extended with configurationName
See Also