在NX6.0中,ListBox列表内容赋值时,还没有直接采用listbox.SetListItems(strings),所以其赋值采用:
PropertyList propertyList = listbox.GetProperties();
propertyList.SetStrings("ListItems", listBoxStrings);
在NX6.0中,ListBox列表内容赋值时,还没有直接采用listbox.SetListItems(strings),所以其赋值采用:
PropertyList propertyList = listbox.GetProperties();
propertyList.SetStrings("ListItems", listBoxStrings);