TTMSFNCStyles.GetStyleDefaultButtonStrokeColor Method
Retrieves the style-defined default button stroke color and returns
Trueif a value was found.
API unit family: TMSFNCStyles
Declaring type: TTMSFNCStyles
Syntax
class function GetStyleDefaultButtonStrokeColor(var AColor: TTMSFNCGraphicsColor): Boolean; virtual;
Parameters
| Name | Description |
|---|---|
AColor |
Receives the default button stroke color when the method returns True. |
Returns
True if the style provides a default button stroke color; False otherwise.