server equivalent

  • Thread starter Thread starter TJS
  • Start date Start date
Implements IGradientButtonColor

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
But remember, drawing graphics on the browser will be different then drawing
on a form application.
 
IGradientButtonColor is an Interface, according to the VB syntax you posted.
It doesn't exist in the .Net framework, or anywhere else that I can find.
You asked what the equivalent of this statement is, and I gave it to you.
Where you got it from, or where the IGradientButtonColor Interface is
declared, I can't say. It isn't found in the MSDN Library, and it isn't
found on Google. It must be in some code you have.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top