Answers for "visual studio c# button highlighting colors"

C#
0

visual studio c# button highlighting colors

/* 
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)
*/
Posted by: Guest on December-01-2020

C# Answers by Framework

Browse Popular Code Answers by Language