TTMSFNCRichEditorHorizontalRuler.OnAfterDrawHangingBox Event
Occurs after the hanging indent box is drawn.
API unit family: TMSFNCRichEditorRuler
Declaring type: TTMSFNCRichEditorHorizontalRuler
Inherited from: TTMSFNCRichEditorCustomRuler
Syntax
OnAfterDrawHangingBox: TTMSFNCRichEditorRulerAfterDrawHangingBoxEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that triggered the event. |
AGraphics |
The graphics context used for drawing. |
AType |
The ruler tab or indent type being drawn. |
APosition |
The ruler position of the hanging box. |
ARect |
The hanging box drawing rectangle. |