TcxLabel Object

Applies to TestComplete 15.62, last modified on March 14, 2024

The TcxLabel component represents a text label that supports various visual effects.

The label text is specified by the Caption property. The style that the label text is painted is specified by the Properties.LabelStyle property. The Properties.Glyph property lets you specify the texture used to draw the label text. To apply the 3D shadow effect to the label text, use the Properties.LabelEffect, Properties.Depth, Properties.Orientation and Properties.ShadowedColor properties.

You can associate the label with a specific form control, for example, text box or combo box, using the FocusControl property. The associated control will receive the input focus when the user presses the label’s access key.

TcxLabel Properties

TcxLabel Methods

TcxLabel Events

See Also

User Forms

Highlight search results