Visual Studio C Button Highlighting Colors

[Solved] Visual Studio C Button Highlighting Colors | Basic - Code Explorer | yomemimo.com
Question : visual studio c# button highlighting colors

Answered by : jessica-koekemoer

/*
In the properties of the button:
1. Under FlatStyle, select Flat.
2. Expand FlatAppearance
3. Under MouseOverBackColor, select the highlight color you want. (Or enter the RGB color under the MouseOverBackColor)
*/

Source : https://stackoverflow.com/questions/27826699/change-winforms-button-highlight-color | Last Update : Tue, 08 Dec 20

Answers related to visual studio c button highlighting colors

Code Explorer Popular Question For Basic