Language Reference Guide : 4. System Classes : ButtonField Class : IsPlain Attribute
 
Share this page                  
IsPlain Attribute
Data Type: smallint
4GL Access: RW
The IsPlain attribute is TRUE if bold, underlining, and italics are not set for the button's text label.
If you set IsPlain to TRUE, OpenROAD automatically sets IsItalic, IsUnderlined, and IsBold to FALSE. If you query the setting, it is TRUE only if both IsBold and IsItalic are FALSE.
This attribute has no effect if the BitmapLabel attribute is set.