TcxLabel Class
Represents the label control.
Declaration
TcxLabel = class(
TcxCustomLabel
)
Remarks
The TcxLabel object provides an advanced label control that supports various visual effects.
The cxLabel attributes are accessed and managed by the Properties member. These attributes include:
text painting effects (see Properties.LabelStyle and Properties.PenWidth for details);
the 3D shadow effect (see Properties.LabelEffect, Properties.Depth and Properties.Orientation);
a bitmap for painting the label text (see Properties.Glyph for details);
an accelerator char.
The following image shows a label control:
Inheritance
See Also