Hi allI am using your "UltraStatusBar".One of the panels are a MDIList.How can I set BackColors, ForeColors in there ?As you see in the attached picture, it is wraping the text andI would like to change the BackColor.Also a question is: How can I set the arround the StatusBar ?As you can see, the border gets lost ...The settings I already made are: this.ultraStatusBar_StandardMain.Panels["ultraStatusBar_PanelWindows"].SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring; this.ultraStatusBar_StandardMain.Panels["ultraStatusBar_PanelWindows"].Appearance.BackColor = System.Drawing.ColorTranslator.FromHtml("#363939"); this.ultraStatusBar_StandardMain.Panels["ultraStatusBar_PanelWindows"].Appearance.BackColor2 = System.Drawing.ColorTranslator.FromHtml("#363939"); this.ultraStatusBar_StandardMain.Panels["ultraStatusBar_PanelWindows"].Appearance.ForeColor = System.Drawing.ColorTranslator.FromHtml("#363939"); this.ultraStatusBar_StandardMain.Panels["ultraStatusBar_PanelWindows"].Appearance.FontData.SizeInPoints = 6;
Thanks and best regardsFrank Uray
Nver mind my last post. It had to do with the style of the statusbar.
Also, to answer my own question, the DrawElement is called for every item in the mdilist, so it should be possible to change the color of each individual item.
I was also interested in the answer to this question, so I tried your sample. It didn't seem to do anything actually. I am using version 9.2 though.
Also, if it would have been working, it would probably change the color of all items in the mdi list, right? Would there be a way to give every item in the mdilist its own color?
Thanks,
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.
Hello,
The only way to change BackColor of MDIButtonUIElement is to use draw filter. I have implemented this suggestion in a small sample using the colors from your code snippet. Please run the sample and let me know if this is what you are looking for.
Please let me know if you have any further questions.
Hi HristoThanks for your answer.I dont really understand it, how can I change the BackColor of the buttons ?Thanks and best regardsFrank Uray