Table of Contents

TTMSFNCStyles.GetStyleDefaultButtonStrokeColor Method

Retrieves the style-defined default button stroke color and returns True if 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.