pbBold - DFBaseTextEdit
Toggles all text in control between bold and normal text
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbBold
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbBold to BooleanVariable |
| Write Access: | Set pbBold to BooleanVariable/Value |
Description
Toggles all text in the control between bold and normal text.
This property has no effect if control is not paged.
Sample
This sample changes the font of the text in control oTextEdit1 to bold.
set pbBold of oTextEdit1 to True
Sample
This sample changes the font of the text in control oTextEdit1 to normal (non-bold).
set pbBold of oTextEdit1 to False