I've got an add-in with a combo box and want to refresh the list in the combo box after an event in one of the other tools in the same add-in toolbar.
Can I call the combo box somehow to refresh it outside of the object's onSelChange event?
|
I've got an add-in with a combo box and want to refresh the list in the combo box after an event in one of the other tools in the same add-in toolbar. Can I call the combo box somehow to refresh it outside of the object's onSelChange event? |
|||||
|
|
Finally managed to sort this one out. I managed to do that by adding a method in the combo box class, initiated them in the button class (where I wanted to refresh the combo box from) and then called the methods from within the button class.
|
||||
|
|