Button Border
C#
4
Posts
4
Posters
0
Views
1
Watching
-
how could i set a button without any border?!! thanks
-
how could i set a button without any border?!! thanks
Hi, From your question, it is not clear that what kind of application are you using. If it is an ASP.NET application, you can set the look and feel of the control by setting the appropriate css class. You may need to write appropriate style sheet class for this. If it is a Windows based application, you can set any of the options available in the propertly window. --Rakheesh
-
how could i set a button without any border?!! thanks
if it's not in the borderstyle options, I guess you'll have to do an ownerdraw on your button...
-
how could i set a button without any border?!! thanks