Andy

Andy

  • NA
  • 10
  • 5.4k

Access form from another class in c#

Dec 2 2011 1:22 PM
Is it possible to access a property of a class from another class without creating a new instance?
I want to be able to alter the state/value of a property of a class from another class. 

In my case I have a control who's code was automatically generated by visual studio and want to access it 

from my own class.

Answers (5)