Rollovers in VBA

I have been using rollovers in Draw 12 to help in the creation of DVD title menus. To do this I need to export each menu to bitmaps twice. Once with the rollovers in the normal state and again with them in the over state. An annoying misfeature in v12 is that you can't select multiple rollovers and change their state together. It will only affect the last object in the selection. I would like to be able to automate the switching between rollover states with VBA to speed up this process but there doesn't seem to be any way to access the rollover behaviors through v12 VBA. The macro recorder produces no code and nothing relevant appears in the object browser. Is it possible to control rollover behavior in X4 VBA? If not, are there any internal functions that can be exposed to v12 VBA to allow querying whether an object is a rollover and changing its state?