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