TcxCustomLookAndFeelPainter.DrawMonthHeader(TcxCanvas,TRect,string,TcxNeighbors,TcxViewParams,TcxArrowDirections,Integer,TcxDrawBackgroundEvent) Method
Declaration
procedure DrawMonthHeader(ACanvas: TcxCanvas; const ABounds: TRect; const AText: string; ANeighbors: TcxNeighbors; const AViewParams: TcxViewParams; AArrows: TcxArrowDirections; ASideWidth: Integer; AOnDrawBackground: TcxDrawBackgroundEvent = nil);
Parameters
Name | Type |
---|---|
ACanvas | TcxCanvas |
ABounds | TRect |
AText | string |
ANeighbors | TcxNeighbors |
AViewParams | TcxViewParams |
AArrows | TcxArrowDirections |
ASideWidth | Integer |
AOnDrawBackground | TcxDrawBackgroundEvent |
See Also