IdxAdornerTargetElement Interface
Exposes functions that provide basic information on a control, its size and state to a UI adorner element.
Declaration
IdxAdornerTargetElement = interface(IInterface)
Remarks
This interface provides the following members functions that allow the TdxUIAdornerManager component’s draw routines to:
Access the target UI element (GetControl);
Identify whether the target UI element is visible (GetVisible);
Obtain the target UI element’s position and size (GetBounds).
Inheritance
IInterface
IdxAdornerTargetElement
See Also