Skip to content

pbItalics - DFBaseTextEdit

Toggles all text in control between italic and normal text

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbItalics
Access Type Syntax
Read Access: Get pbItalics to BooleanVariable
Write Access: Set pbItalics to BooleanVariable/Value

Description

Toggles all text in the control between italic 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 italic.

set pbItalics of oTextEdit1 to True

Sample

This sample changes the font of the text in control oTextEdit1 to normal (non-italic).

set pbItalics of oTextEdit1 to False