Table of Contents

TTMSFNCOnBeforeDrawListItemImage Event Type

Fires before the item image is drawn; set AAllow or ADefaultDraw to suppress default image drawing.

API unit family: TMSFNCEditorListView

Parameters

Name Description
Sender The list view control that raised the event.
AGraphics Graphics context for custom drawing.
AItem The item whose image is about to be drawn.
AImageDrawingParams Image layout parameters; may be modified.
AAllow Set to False to cancel image drawing.
ADefaultDraw Set to False to skip default image drawing.