Skip to main content

TcxCustomLookAndFeelPainter.DrawTab(TcxCanvas,TRect,TcxBorders,string,TcxButtonState,Boolean,TFont,TColor,TColor,Boolean) Method

Declaration

procedure DrawTab(ACanvas: TcxCanvas; R: TRect; ABorders: TcxBorders; const AText: string; AState: TcxButtonState; AVertical: Boolean; AFont: TFont; ATextColor: TColor; ABkColor: TColor; AShowPrefix: Boolean = False); virtual;

Parameters

Name Type
ACanvas TcxCanvas
R TRect
ABorders TcxBorders
AText string
AState TcxButtonState
AVertical Boolean
AFont TFont
ATextColor TColor
ABkColor TColor
AShowPrefix Boolean
See Also