Determines the size of the font to be used to display for text displayed in a control.
object.FontSize as Integer
Use this property to format text in the font size you want. The default
is determined by the system. To change the default, specify the size of
the font
in points.
The maximum value for FontSize is 2048 points.
In general, you should change the FontName property before you set size and style attributes with FontSize, FontBold, FontItalic, and FontUnderline properties. However, when you set TrueType fonts to smaller than 8 points, you should set the point size with the FontSize property, then set the FontName property, and then set the size again with the FontSize property. The Windows environment uses a different font for TrueType fonts that are smaller than 8 points.
FontBold property | FontItalic property | FontName property | FontUnderline property | Properties
Check box control | Combo box control | Command button control | Date combo box control | Frame control | Grid control | Label control | List box control | Menu button control | Option button control | Text box control | TreeView control | NumericCombo control | ListView control | Panel control | Tab control | DataGrid control
© 2004-2021 looksoftware. All rights reserved.