Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
UltraToolbarsManager
posted

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