| 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.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntax public string MenuItemsStr { get; set; }
Public Property MenuItemsStr As String
Get
Set
Property Value
Type:
StringSee Also