FontBold property



Indicates whether text in a text entry is bold.

Syntax

Set:     TextEntry.setFontBold(bBold)
Get:     bBold = TextEntry.isFontBold()

Applies to

TextEntry object.

Data type

boolean. The bBold value indicates whether the text in the TextEntry object is bold.

Usage

This property specifies whether the text in this TextEntry object is bold.

Example
Topic title of example topic

See also
Topic 1
Topic 2