Table of Contents

TTMSFNCTileList.OnBeforeDrawBullet Event

Occurs before a page bullet is drawn and allows default drawing to be suppressed.

API unit family: TMSFNCTileList Declaring type: TTMSFNCTileList Inherited from: TTMSFNCCustomTileList

Syntax

OnBeforeDrawBullet: TTMSFNCTileListBeforeDrawBulletEvent;

Parameters

Name Description
Sender Object that triggered the event.
AGraphics Graphics context used for drawing.
ARect Bounds of the bullet.
AIndex Zero-based bullet index.
ASelected Indicates whether the bullet represents the selected page.
ADefaultDraw Set to False to skip default drawing.