Back to Devexpress

TcxListBoxDrawItemEvent Type

vcl-cxlistbox-883c88a3.md

latest700 B
Original Source

TcxListBoxDrawItemEvent Type

Declaration

delphi
TcxListBoxDrawItemEvent = procedure(AControl: TcxListBox; ACanvas: TcxCanvas; AIndex: Integer; ARect: TRect; AState: TOwnerDrawState) of object;

Parameters

NameType
AControlTcxListBox
ACanvasTcxCanvas
AIndexInteger
ARectTRect
AStateTOwnerDrawState

See Also

cxListBox Unit