07-20-2011 07:57 AM
Hi Gang,
I have a few enum controls that will all use the same choices. It'd be wastful to create a typedef for each one. So, far, I haven't found a way to change what typedef an enum is connected to.
Would someone clue me in on how to connect an enum to an existing typedef?
Thanks!
Roger
Solved! Go to Solution.
07-20-2011 09:50 AM
Right click the enum -> Select Replace -> Navigate to the typedef. The enum will be replaced with an enum which is linked to the typedef.
07-20-2011 10:09 AM
Wow!
It's easy when you know how to do it! It's about time I learned that.
Thanks for the education!
Roger