Skip to main content

TdxBarPainter.DrawItemText(TdxBarItemControl,HDC,string,TRect,UINT,Boolean,Boolean,Boolean,Boolean,Boolean,UINT) Method

Declaration

procedure DrawItemText(ABarItemControl: TdxBarItemControl; ADC: HDC; S: string; APaintRect: TRect; AAlignment: UINT; AEnabled: Boolean; ASelected: Boolean; ARotated: Boolean; AClipped: Boolean; AFlatText: Boolean; AFormat: UINT = DT_SINGLELINE); virtual;

Parameters

Name Type
ABarItemControl TdxBarItemControl
ADC HDC
S string
APaintRect TRect
AAlignment UINT
AEnabled Boolean
ASelected Boolean
ARotated Boolean
AClipped Boolean
AFlatText Boolean
AFormat UINT
See Also