How to access the Command bar objects from ADXolform

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

How to access the Command bar objects from ADXolform
 
Tom Aby




Posts: 35
Joined: 2006-11-25
i,

I am using Add-in Express 2007 for .Net in VS2005.

I have one ADXOLExplorerCommandBar cbar in the Add-in module which has 5 ADXCommandBarPopup items in its control collection and for each control i am having sub control for some of the CommandbarPopus.

I want to make the commandbar items enabel and disable for the ADXOlForm.

I am using this code to get the current loaded addin module

TT.AddinModule loadedModule = TT.AddinModule.CurrentInstance as TT.AddinModule;

and i am able to access the first hierarchy of control using

loadedModule.CommandBars(0).Controls[0]


I want to know how to access each items in the command bar with the hierarchy levels i want.
Or is thr any best methods which i am not getting ....

Regards
Tom
Posted 16 Mar, 2007 10:40:40 Top