You can change the properties, events, and methods of the Class Browser.
To programmatically manipulate the Class Browser
For example, before or after opening the Class Browser, you can set the Caption property of the Class Browser to “Hello” and the Left property to 10 with the following lines of code:
_OBROWSER.Caption = "Hello"
_OBROWSER.Left = 10