augustus

augustus

  • NA
  • 6
  • 0

properties of objects

Jan 11 2007 10:23 PM

hi, i'm new to C#, need some advices on properties of creating objects.
where can i get a list of properties of objects and the description and parameters of the properties. so far i've seen;
eg.
button1.Location
button1.Text
button1.Size

n what is System.ComponentModel.Container? is it to contain objects created for a program? if it is to contain objects, why do we place objects in a container? and what does it do?
thankyou.