Click or drag to resize

CTInterfaceRowRightClickArgsMenuItemsStr Property

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]";


Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public string MenuItemsStr { get; set; }

Property Value

String
See Also