Button FlatStyle params in .NET 1.1

  • Thread starter Thread starter Janiek Buysrogge
  • Start date Start date
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
 
Back
Top