Button FlatStyle params in .NET 1.1

J

Janiek Buysrogge

Hi,

Is there a way to achieve the same looks for a flatstyle button in
..NET 1.1 as is done in .NET 2.0 with these properties:

FlatAppearance.BorderSize = 0;
FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;

I'm backporting a button and now the border shows, along with the
bgcolor on mouseover and click events.

Thanks,

JB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top