Back to Devexpress

TdxCustomAdorner.OnCustomDraw Event

vcl-dxuiadorners-dot-tdxcustomadorner-2e9d45d0.md

latest732 B
Original Source

TdxCustomAdorner.OnCustomDraw Event

Allows you to custom paint the UI adorner.

Declaration

delphi
property OnCustomDraw: TdxAdornerCustomDrawEvent read; write;

Remarks

This event occurs prior to executing the default badge or guide adorner painting routines, allowing you to override them with a custom implementation.

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

See Also

TdxCustomAdorner Class

TdxCustomAdorner Members

dxUIAdorners Unit