Hi,
I am new to infragistics and stuck in a problem lately...
I have a UltraToolbarsManager in my Parent Form and want to access this UltraToolbarsManager in Mdi Child to enable and disable specifics tools . but if i try to find the UltraToolbarsManager1 in the parent form is gives me a null value..i am trying to find the UltraToolbarsManager1 as mentioned under:
parentForm.Controls.find("UltraToolbarsManager1") .. i get null value.
I am sure there is a UltraToolbarsManager1 in the parent form and has access modifier as Public.
Please guys help me out of this !!!!
Thanks
HI Mike,
Thanks for your prompt reply....it really saved my time!!!!
The UltraToolbarsManager is not a Control, it is a Component. This is why it is not added to the Controls collection. Looping through the Controls and getting one of the UltraToolbarsDockArea controls and then getting its ToolbarsManager property is probably the best way to get a reference to the UltraToolbarsManager. I think the property is hidden from Intellisense though, but if you type it out, it will work.
Guys i know this is not that difficult. If i loop through parent controls i get 5 controls.
1 is mdi child and 4 controls are dock area for toolbar.
I need some urgent help in this guys!!!!!!!!