Skip to main content

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

Declaration

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

Parameters

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