Skip to main content

TcxCustomLookAndFeelPainter.DrawHeaderControlSection(TcxCanvas,TRect,TRect,TcxNeighbors,TcxBorders,TcxButtonState,TAlignment,TcxAlignmentVert,Boolean,Boolean,string,TFont,TColor,TColor) Method

Declaration

procedure DrawHeaderControlSection(ACanvas: TcxCanvas; const ABounds: TRect; const ATextAreaBounds: TRect; ANeighbors: TcxNeighbors; ABorders: TcxBorders; AState: TcxButtonState; AAlignmentHorz: TAlignment; AAlignmentVert: TcxAlignmentVert; AMultiLine: Boolean; AShowEndEllipsis: Boolean; const AText: string; AFont: TFont; ATextColor: TColor; ABkColor: TColor);

Parameters

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