FontItalic Property
Applies To
Button, Label, TextBox, RadioButton, CheckBox, ListBox, ComboBox, GroupBox, LED, StatusBar
Description
Gets or sets if the font for a control is italic at runtime.
Usage
GGet Form.Control.FontItalic, var
GSet Form.Control.FontItalic, 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, FontBold, FontSize
Example
GSet frmMain.btnOK.FontItalic, True