TcxCustomLookAndFeelPainter.DrawScaledListBoxBackground(TcxCanvas,TRect,Boolean,TColor,TcxContainerBorderState,TdxScaleFactor,IdxColorPalette) Method
Declaration
procedure DrawScaledListBoxBackground(ACanvas: TcxCanvas; const R: TRect; AIsInplace: Boolean; AColor: TColor; AState: TcxContainerBorderState; AScaleFactor: TdxScaleFactor; const APalette: IdxColorPalette = nil); virtual;
Parameters
Name | Type |
---|---|
ACanvas | TcxCanvas |
R | TRect |
AIsInplace | Boolean |
AColor | TColor |
AState | TcxContainerBorderState |
AScaleFactor | TdxScaleFactor |
APalette | IdxColorPalette |
See Also