Hi,
The text in UltraExplorerBarItem within UltraExplorerBar is truncated.While setting UltraExplorerBar's TextRenderingMode property to GDI instead of default GDIPlus the problem is resolved.Does it cause any issue in my application 1) in different system resolution 2) in different DPI settings and 3) in Windows XP and Windows 7
Hello Kumaran,
The UltraExplorerbar`s TextRenderingMode property does not take effect over bussines logic of your application. This property determinate which inteface will be used to representing graphical objects. Generally GDI+ expands on the features of GDI by providing new capabilities. More details about differences between GDI and GDI+ you could find at: http://msdn.microsoft.com/en-us/library/ms536338%28v=vs.85%29.aspx
Let me know if you have any questions.
Regards