Skip to main content

TcxCustomLookAndFeelPainter.DrawDataRowLayoutSelection(TcxCanvas,TRect,TcxButtonState) Method

Draws the background of a selected or hot-tracked row layout.

Declaration

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

Parameters

Name Type Description
ACanvas TcxCanvas

The row’s canvas.

ABounds TRect

The row’s bounds.

AState TcxButtonState

The row’s state.

Remarks

You can override this procedure in a TcxCustomLookAndFeelPainter class descendant to custom draw the background of selected and hot-tracked rows.

See Also