Skip to main content
A newer version of this page is available. .

TcxListBoxDrawItemEvent Type

Declaration

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

Parameters

Name Type
AControl TcxListBox
ACanvas TcxCanvas
AIndex Integer
ARect TRect
AState TOwnerDrawState
See Also