TXTextControl.ImageDisplayMode Property

Provides several modes to set the way in which images are displayed or refreshed. The ObjectCurrent property determines the image.

Syntax

TXTextControl.ImageDisplayMode [= value]
Setting Description
0 (Default) Standard mode.
&H1 Displays an image as a gray rectangle.
&H2 Container mode. This mode ensures proper refreshing when the image is used as a background image for transparent controls.

Remarks

The property settings can be combined by adding the desired constant values.

Data Types

Integer.

Limitations

Run time only.

See Also