TTMSFNCChat.OnBeforeDrawMessageTitle Event
Occurs before a message title is drawn.
API unit family: TMSFNCChat
Declaring type: TTMSFNCChat
Inherited from: TTMSFNCCustomChat
Syntax
OnBeforeDrawMessageTitle: TTMSFNCChatBeforeDrawItemTitleEvent;
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 to draw. |
AAllow |
Set to False to skip drawing the title. |