TTMSFNCGraphicsContextGeneral.DrawFocusPath Method
Draws a focus indicator along the given path using a dotted or themed focus style.
API unit family: TMSFNCGraphics.General
Declaring type: TTMSFNCGraphicsContextGeneral
Syntax
procedure DrawFocusPath(AStroke: TTMSFNCGraphicsStroke; APath: TTMSFNCGraphicsPath; AColor: TTMSFNCGraphicsColor); override;
Parameters
| Name | Description |
|---|---|
AStroke |
The stroke style used for the focus indicator. |
APath |
The path along which the focus indicator is drawn. |
AColor |
The color of the focus indicator. |