List Box O Directive {F} Operator
Syntax
{F=Fontname,Pointsize[,Style]}
Argument |
Type |
Description |
Fontname |
C |
The name of an installed font. |
Pointsize |
N |
An integer representing the point size. |
Style |
C |
Optional. The style representation. Default = "" (normal).
|
Description
The {F} operator is used in a list box owner draw string to specify font, point size, and style. [Picture]
Example
tab1 = "{T=1}" tab2 = "{T=2}" font2 = "{F=Arial,8,B}" font1 = "{F=Arial,8}" rowcolor1 = "{B=Blue White,Green}" rowcolor2 = "{C=Black,White}" image1 = "{I:'a5_color_red'}" image2 = "{I:'a5_color_bright_green'}" image3 = "{I:'a5_color_blue'}" image4 = "{I:'a5_color_yellow'}" dim data_selected as N data_selected = 1 data = image1+rowcolor1+font2+"Boston"+font1+tab1+"Red Sox"+tab2+"Baseball" + crlf()+\ image2+"Boston"+tab1+"Celtics"+tab2+"Basketball" + crlf()+\ image3+"Boston"+tab1+"Patriots"+tab2+"Football" + crlf()+\ image4+rowcolor1+font2+"New York"+font1+tab1+"Yankees"+tab2+"Baseball" + crlf() ui_dlg_box("Columns",<<%dlg% [%O={@@}%.80,10data_selected^#data]; {lf}; [.80data_selected]; %dlg%) |

See Also
Xdialog Language Directives and Operators, List Box Control Syntax
Supported By
Alpha Five Version 5 and Above