Applies to
RichTextEdit controls
Description
When PicturesAsFrame is enabled, any bitmaps used in the control appear as empty frames. If this property is not enabled, graphics appear normally.
PicturesAsFrame can also be enabled by the user at runtime from the properties item on the pop-up menu.
Usage
In a painter
To display graphics as empty frames:
-
Select the PicturesAsFrame check box on the Document tab page of the control's Properties view.
In scripts
The PicturesAsFrame property takes a boolean value.
The following line specifies that graphics in a RichTextEdit appear as frames:
rte_1.PicturesAsFrame = TRUE