Hello,
When using controls such as UltraTextEditor, UltraComboEditor and DateTimePicker with UseOsThemes set to true, their theme looks quite different compared to their System.Windows.Forms counterparts TextBox, ComboBox and DateTimePicker, respectively.
The controls use a different border style, and when the System.Windows.Forms components are hovered over, the border color changes with a fading-like animation.
The only way I could get close to mimicing this behavior is by turning off OS themes, using Windows Vista border style and attaching mouseEnter and mouseLeave eventlisteners that change the border color.
Is there any way to get Infragistics controls to use the Windows 7 OS theme?
Thank you for your time.
Anne Buit said:The only way I could get close to mimicing this behavior is by turning off OS themes, using Windows Vista border style and attaching mouseEnter and mouseLeave eventlisteners that change the border color.
Thank you for your swift reply!
Is the latest build a more recent one than 10.3.20103.1000, or do you mean a Windows 7 build?