How to keep the speedbutton font color Root › Discussions › AlphaControls This topic has 5 replies, 3 voices, and was last updated 7 years, 6 months ago by Support. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts May 9, 2017 at 4:49 am #37455 C%%DParticipant I want to keep the speedbutton font color not be change,how to do? May 10, 2017 at 7:29 am #56574 SupportKeymaster Hello You are able to use the Font.Color property if SkinData.CustomFont property is True. Try it, please. May 10, 2017 at 2:55 pm #56583 C%%DParticipant I don't understand,can you tell me the detai. May 10, 2017 at 3:43 pm #56585 Stephane SenecalParticipant First you will need to use a TsSpeedButton, not the standard TSpeedButton. In the properties of the sSpeedButton there is a SkinData property. Expand it and you'll see the property CustomColor. Switch it to True and now the button will use the color from SpeedButton.Font.Color instead of the skin color. Stephane Senecal CIS Group Delphi programmer since 2001 May 12, 2017 at 8:45 am #56593 C%%DParticipant My project have a fat lot of TSpeedButton,Maybe 200,I don't want to change to TsSpeedButton.Is there any other way? May 14, 2017 at 4:27 pm #56612 SupportKeymaster I will try find a solution for a changing of a global skin color with a next release of the package, please wait some days. But replacing of TSpeedButton by TsSpeedButton component is the best solution. GExperts may be used for a fast replacing, I think. Or the old AlphaConvert tool: http://www.alphaskins.com/sfiles/alphaconvert.zip Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Discussions › AlphaControls