TcxEditDrawItemEvent Type
Declaration
TcxEditDrawItemEvent = procedure(AControl: TcxCustomComboBox; ACanvas: TcxCanvas; AIndex: Integer; const ARect: TRect; AState: TOwnerDrawState) of object;
Parameters
| Name | Type |
|---|---|
| AControl | TcxCustomComboBox |
| ACanvas | TcxCanvas |
| AIndex | Integer |
| ARect | TRect |
| AState | TOwnerDrawState |
See Also