Desktop
WinForms
Until recently our Windows Forms offering didn’t have support for HTML-like rich text formatting, so typical for web applications. With the Q3 release shipped on November 5 this has changed. This release of RadControls for WinForms has the HTML-like formatting capabilities on a framework level. What does it mean? Well, as of now every VisualElement descendent is capable of rich text formatting - Labels, Buttons, RadCalendar, RadGridView, etc. The implementation is very simple, especially if your users are familiar with HTML. To turn on the rich formatting behavior you must begin your text with an <html> tag; use <size=[+|-]value> to set...