XE6 Style for TTMSFMXBarButton

Hi,
I created a style for Delphi XE6. It applies to TButton but it doesn't work on TTMSFMXBarButton which is a descendant of TButton.
How should i process to achieve this?
Many thanks.
Best regards

TTMSFMXBarButton doesn't descend from TButton, so it won't inherit its style. It is designed specifically to be used on a toolbar with its own style typically.
If you want a button with some extra customization capabilities but with style compatibility with TButton, you could consider TTMSFMXButton.

Thanks for your help. Previously, I used XE3 and an older version of TMS components wich didn't contain  TTMSFMXButton, I managed using TTMSFMXBarButton with a custom style.