Skip to main content

TdxUIAdornerManager Class

A UI adorner manager component.

Declaration

TdxUIAdornerManager = class(
    TcxCustomComponent
)

Remarks

The UI adorner manager is a non-visual component designed to mark and emphasize certain UI elements in your application. The adorner manager displays one or two transparent adorner layers on top of the parent form. Each layer is dedicated to displaying specific UI adorners – badges and guides. Badges can show custom text hints, messages, and icons while guides highlight their target UI elements by darkening the rest of the application form and provide the capability to display a custom popup message on a mouse click.

VCL Adorner Manager Effects

The TdxUIAdornerManager class extends is ancestor with the following members that allow you to:

Inheritance

See Also