Skip to main content

TcxCustomLookAndFeelPainter.DrawDataRowLayoutItem(TcxCanvas,TRect,TcxButtonState) Method

Draws a row layout item‘s background.

Declaration

procedure DrawDataRowLayoutItem(ACanvas: TcxCanvas; const ABounds: TRect; AState: TcxButtonState); virtual;

Parameters

Name Type Description
ACanvas TcxCanvas

The item’s canvas.

ABounds TRect

The item’s bounds.

AState TcxButtonState

The item’s state.

Remarks

You can override this procedure in a TcxCustomLookAndFeelPainter class descendant to custom draw a row layout item’s background.

See Also