TTMSFNCRichEditorHorizontalRuler.OnAfterDrawRightIndent Event
Occurs after the right indent marker is drawn.
API unit family: TMSFNCRichEditorRuler
Declaring type: TTMSFNCRichEditorHorizontalRuler
Inherited from: TTMSFNCRichEditorCustomRuler
Syntax
OnAfterDrawRightIndent: TTMSFNCRichEditorRulerAfterDrawIndentEvent;
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. |
AIndent |
The right indent value. |
APath |
The path that was used to draw the marker. |