Back to Devexpress

TdxCustomAdorner.OnCustomDrawBackground Event

vcl-dxuiadorners-dot-tdxcustomadorner-8145e542.md

latest1015 B
Original Source

TdxCustomAdorner.OnCustomDrawBackground Event

Allows you to custom paint the badge UI adorner‘s background.

Declaration

delphi
property OnCustomDrawBackground: TdxAdornerCustomDrawEvent read; write;

Remarks

This event occurs prior to executing the default badge background drawing routine, allowing you to override it with a custom implementation.

Refer to the TdxAdornerCustomDrawEvent procedural type description for detailed information on all parameters accessible from an OnCustomDrawBackground event handler.

Note

Handling the guide UI adorner‘s OnCustomDrawBackground event has no effect, since the default guide painting routine does not have a distinctive background drawing stage.

See Also

TdxCustomAdorner Class

TdxCustomAdorner Members

dxUIAdorners Unit