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
1775
UltraTabbedMidManager
posted

Hi

I have my mdimanager with the tablistbutton set to true. How do i assign images to the dropdown menu for each open tab in the group?

I assigned an image to a tab thinking it might pull through to the dropdown list but it did not?

any ideas?

Parents
  • 71886
    Suggested Answer
    Offline posted

    Hello Burmo,

    You could try the following code for the image to also show in the dropdown list:

                Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
                appearance1.Image = ((object)(resources.GetObject("appearance1.Image")));
                this.ultraTabbedMdiManager1.TabSettings.TabAppearance = appearance1;
    

     Please let me know if this suits your needs.

Reply Children
No Data