You could access any of the objects only if the user passes the object inside a method call.
Like using ControlRef / Value properties which are usually just references to the real object.
It allows the user to pass the object to a method.
In your method declaration you should except an object and now cast it to whatever requires.
|