Complete Web Control Standard Properties Reference
The Font property is used to set or return the font of a control.
| Value | Description |
|---|---|
| Bold | Bold sub property. Possible values are TRUE or FALSE |
| Italic | Italic sub property. Possible values are TRUE or FALSE |
| Name | Font name property (like "Verdana" or "Arial"). When you set this property, the Names property is automatically updated with a single element array with the value of the Name property |
| Names | An array of font names. When you set this property, the Name property is automatically updated with the first element in the array |
| Strikeout | Strikeout sub property. Possible values are TRUE or FALSE |
| Underline | Strikeout sub property. Possible values are TRUE or FALSE |
| Size | Font size sub property. Specify the font size |
The following example sets the font of a button control:
Complete Web Control Standard Properties Reference
Your message has been sent to W3Schools.