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:

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

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

Property Value

Type: String
See Also