Control Object Properties
Font$ Font for control/cell
   
Description This property is used to reference the Font for control/cell. It will contain (or can set to) as string containing 3 comma seperated fields of the font name, size, and attributes.

For example to set the font to Arial, 1.5 time normal size, and Bold the format would be:

xxx'Font$="Arial,1.5,B"

Refer to the 'FONT' Mnemonic for additional details on fonts.

   
Used by BUTTON CHART CHECK_BOX DROP_BOX GRID LIST_BOX LISTVIEW MULTI_LINE RADIO_BUTTON TREEVIEW TRISTATE_BOX VARLIST_BOX