CommandBarByTag method

Add-in Express™ Support Service
That's what is more important than anything else

CommandBarByTag method
 
Esteban Astudillo


Guest


The ADXAddinModule class has a CommandBarByTag method, however the ADXOlInspectorCommandBar class doesn't expose a Tag or ControlTag property.

How is the CommandBarByTag method supposed to be used then? Or what should I pass as a parameter to this method? (maybe I'm missunderstanding the purpose of this method)

I'm currently using the CommandBarByName method in my add-in so this is not really an issue. I'm just curious to see if this was a property that was removed recently, maybe?

Thanks!
Posted 22 Mar, 2006 17:08:07 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Esteban.

Please look at the InitializeComponent method of the addinmodule.
If you have the ADXOlInspectorCommandBar component added, you will see the CommandBarTag property. This property is not visible at design-time.

Posted 23 Mar, 2006 07:59:28 Top