Class and Component Class

  • Thread starter Thread starter Mark Vergara
  • Start date Start date
M

Mark Vergara

Can you kindly help me on this
What are the difference between
the Class and the Component Class ?
Thanks..
 
Can you kindly help me on this
What are the difference between
the Class and the Component Class ?

A component can be placed in the Toolbox and dragged onto the design
surface of your VS.NET designer - i.e. you can see it in the property
inspector and set its public properties at design time.

A class doesn't support the design surface - you have to instantiate
it in code and use it from code - no visible design surface at design
time.

Marc
================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
 
Back
Top