TXTextControl.BackStyle Property

Returns or sets a value indicating whether the background of a Text Control is transparent or opaque. This property is only available if the ViewMode property has been set to Simple Control.

Syntax

TXTextControl.BackStyle [= value]
Setting Description
0 - Transparent    The Text Control has a transparent background.
1 - Opaque    (Default) The control's BackColor property setting fills the background.

Remarks

A transparent background is only possible when the control's container does not clip its controls. The most containers have a property to enable or disable clipping. For example a Visual Basic form has a ClipControls property.

Data Types

Integer.

See Also