Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how do you change the colour/remove the border of a button in visual studio?

What I have tried:

i have not tried anything because i cant find anything on it.
Posted
Updated 22-Jul-18 8:58am
Comments
Dave Kreskowiak 22-Jul-18 12:58pm    
Visual Studio doesn't control this. Your code does. But, since we have no idea what kind of app you're writing, be it ASP.NET, MVC, Windows Forms, WPF, ... it's impossible to tell you how to do it. Well, other than reading the documentation on the button class you're using. But, since you kept an important part of your question a secret, we can't even tell you where to find that!

if windowsforms use  System.Windows.Forms.FlatButtonAppearance
if webforms use System.Web.UI.WebControls.Button
 
Share this answer
 
You don't need Visual Studio to do it. This is a code or attribute issue. So depending on what language and framework you are using you need to look at the documentation for the appropriate button class.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900