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