RichTextEdit controls
When the InputFieldVisible property is enabled, input fields appear on the RichTextEdit control
Select the Fields Visible check box on the Document tab page of the control’s property page.
The InputFieldsVisible property takes a boolean value. The following example specifies that input fields are visible in a RichTextEdit control:
rte_1.InputFieldsVisible = TRUE