Table of Contents

TTMSFNCListBoxBeforeDrawItemEvent Event Type

Event handler called before an item is drawn.

API unit family: TMSFNCListBox

Parameters

Name Description
Sender The list box that triggered the event.
AGraphics The graphics context used for drawing.
ARect The item drawing rectangle.
AItem The item being drawn.
AAllow Set to False to skip drawing the item.
ADefaultDraw Set to False to replace the default item drawing.