Hello,
Please, what ist the äquivalent of "UseVisualStyleBackColor " in Infragistics?
Thank you very much
You should never set properties directly on the TabPageControl. Setting UseOsThemes on the UltraTabControl itself is all you need. The Tab Control manages the TabPages.
Hello Mike,
thank you for replying.
i found the property UseOsThemes on Ultrabutton and UltracheckEditor.
But i don't find it on Infragistics.Win.UltraWinTabControl.UltraTabPageControl ( but System.Windows.Forms.TabControl have also the property UseVisualStyleBackColor)Please what is the äquivalent of UseVisualStyleBackColor on UltraTabPageControl .
thank you in advance
Hello Bridgitte,
Thank you for the update. After discussing this with our development team it appears the closest property we have is UseOsThemes:
www.infragistics.com/.../infragistics.win.misc~infragistics.win.misc.ultrabutton~useosthemes
Turning that off should have the same effect as turning of Visual Styles.
What does UseVisualStyleBackColor do?
What is the behavior you are looking to achieve?
Gets or sets a value that determines if the background is drawn using visual styles, if supported What controls are you using?
I want to use it on Ultrabutton and UltracheckEditor.
I had it on system.windows.form.button but the property don't exist in infragistics Ultrabutton, and i want to now the equivalent.