vcl-dxuiadorners-ec8a0715.md
The base class for all classes that implement UI adorner elements.
TdxCustomAdorner = class(
TcxComponentCollectionItem,
IdxScaleFactor
)
This class extends its ancestor with the following members that allow you to:
Access the collection and UI adorner manager to which the adorner belongs (Adorners and Manager);
Show or hide the adorner (Visible);
Custom paint the UI adorner (OnCustomDraw);
Respond to clicking the UI adorner (OnClick);
Specify the adorner’s target UI element (TargetElement and TargetElementClassName).
You do not need to create instances of the TdxCustomAdorner class. Use its descendants instead.
TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxCustomAdorner
See Also