Completed
Last Updated: 22 Jul 2019 14:34 by ADMIN
Release R3 2019 (LIB 2019.2.729)
Robert
Created on: 10 Jul 2019 09:58
Category: FontDropDownList
Type: Feature Request
1
FontDropDownList: One show be able to manually add recently used fonts
One should be able to manually add recently used fonts
1 comment
ADMIN
Dimitar
Posted on: 22 Jul 2019 14:34
Hello,

A new RadFontPopupEditorElement method called UpdateRecentlyUsedFonts will be introduced in In Telerik UI for Winforms R3 2019 and LIB 2019.2.729.
It allows you to manually update the recently used fonts list and clear the current list. UpdateRecentlyUsedFonts can be used as follows:
RadFontPopupEditorElement element = radFontDropDownList1.PopupEditorElement as RadFontPopupEditorElement;
element.UpdateRecentlyUsedFonts(new string[3] { "Arial", "Arial Black", "Arial Narrow" }, false);

Regards,
Dimitar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.