Question
Is there a way to access the view class from outside?
I'm trying to access the View's members including the protected ones from outside. I don't want to that if I need to access the box, I need the address of the box. I want to access the View so I can access its every member. Is it possible?