TTMSFNCChat.OnAfterDrawMessageTitle Event
Occurs after a message title is drawn.
API unit family: TMSFNCChat
Declaring type: TTMSFNCChat
Inherited from: TTMSFNCCustomChat
Syntax
OnAfterDrawMessageTitle: TTMSFNCChatAfterDrawItemTitleEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The chat control that raises the event. |
AGraphics |
The graphics context used for drawing. |
ARect |
The title drawing rectangle. |
AItem |
The message item that owns the title. |
ATitle |
The title text that was drawn. |