FontBold Property
Applies To
Button, Label, TextBox, RadioButton, CheckBox, ListBox, ComboBox, GroupBox, LED, StatusBar
Description
Gets or sets if the font for the text used on a control is bold at runtime.
Usage
GGet Form.Control.FontBold, var
GSet Form.Control.FontBold, value
- Form
- Name of a form or string variable containing a form name.
- Control
- Name of a control or string variable containing a control name.
- var
- Boolean variable that will contain the value of the property.
- value
- Boolean expression for the new value of the property.
Values
False
True
Default: False
See Also
Button, Label, TextBox, RadioButton, Checkbox, ListBox, ComboBox, GroupBox, LED, StatusBar, FontName, FontItalic, FontSize
Example
GSet frmMain.btnOK.FontBold, True