5
Answers

Access form from another class in c#

Ask a question
Andy

Andy

12y
2.9k
1
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)