07-20-2011 04:50 AM
Hi,
I need to add some Items to an Popup Menu Ring control via my Programm.
I can't find the right Val or Attribute to set this.
Thanks for Help
07-20-2011 05:03 AM - edited 07-20-2011 05:07 AM
maybe InsertListItem (, , , "", );
07-20-2011 05:06 AM - edited 07-20-2011 05:07 AM
Item in a popup menu ring -the same as in other ring controls- are inserted using InsertListItem () function; use ReplaceListItem () to change an item in the list. You can also remove items using DeleteListItem ()
07-20-2011 05:44 AM
Thanks,
it works.