server equivalent

  • Thread starter Thread starter TJS
  • Start date Start date
T

TJS

is there a server side equivalent to this ??

Inherits System.Windows.Forms.Button
 
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.
 

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

Back
Top