Skip to main content

TcxCustomLookAndFeelPainter.DrawHeaderControlSectionContent(TcxCanvas,TRect,TRect,TcxButtonState,TAlignment,TcxAlignmentVert,Boolean,Boolean,string,TFont,TColor,TColor) Method

Declaration

procedure DrawHeaderControlSectionContent(ACanvas: TcxCanvas; const ABounds: TRect; const ATextAreaBounds: TRect; AState: TcxButtonState; AAlignmentHorz: TAlignment; AAlignmentVert: TcxAlignmentVert; AMultiLine: Boolean; AShowEndEllipsis: Boolean; const AText: string; AFont: TFont; ATextColor: TColor; ABkColor: TColor); virtual;

Parameters

Name Type
ACanvas TcxCanvas
ABounds TRect
ATextAreaBounds TRect
AState TcxButtonState
AAlignmentHorz TAlignment
AAlignmentVert TcxAlignmentVert
AMultiLine Boolean
AShowEndEllipsis Boolean
AText string
AFont TFont
ATextColor TColor
ABkColor TColor
See Also