Table of Contents
Version: 2023r1

Properties #
| BackColor as Color | BorderRadius as Integer | Icon as Picture |
| BorderColor as Color | InitialIndex as Integer | SelectedRowIndex as Integer |
| BorderThickness as Integer | InitialValue as String | TextColor as Color |
Methods #
| RemoveRowAt(Index as Integer) | SetFontByName(Fontname as String) |
| SelectedRowValue() as String |
Events #
| FontSelected(FontName as String | Opening() |
Notes #
To preload visual fonts for use and re-use by the font-picker, invoke the
XDS_FontPicker.PreloadFonts(Optional SkipIfExists as Boolean = True)
method in the opening event of your application. Preloading will remove any delays in re-creation and use of the visual font selections.