TdxCustomAdorner Class
The base class for all classes that implement UI adorner elements.
Declaration
TdxCustomAdorner = class(
TcxComponentCollectionItem,
IdxScaleFactor
)
Remarks
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.
Implements
Inheritance
See Also