Applies to
RichTextEdit controls
Description
When the InputFieldVisible property is enabled, input fields appear on the RichTextEdit control
Usage
In a painter
To make input fields visible:
-
Select the Fields Visible check box on the Document tab page of the control's property page.
In scripts
The InputFieldsVisible property takes a boolean value. The following example specifies that input fields are visible in a RichTextEdit control:
rte_1.InputFieldsVisible = TRUE