Each class consists of members. The members differ as follows:
Public members - Can be accessed by the class defining them, by any class that inherits from that class, and by other classes and procedures that reference an instance of that class
In addition, members can also be inherited, meaning they are available from the super class.
From the Class Browser toolbar, click Menu
.
The Content pane displays only those members you have chosen to view. You cannot display private members in the Class Browser, since they cannot be used outside of the defining class.