Customizing the Class Browser

You can change the properties, events, and methods of the Class Browser.

To programmatically manipulate the Class Browser

  1. Open the Class Browser to automatically create the public variable _oBrowser. You can use this variable to reference or manipulate the Class Browser form as you can any form object.

  2. Set the properties of the Class Browser you want to change.

    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
    

See Also

Browsing Classes with the Class Browser | _BROWSER System Variable | Class Browser Buttons | Class Browser Methods | Class Browser Object Members | Class Browser Properties | Class Browser Window | Initial Values of Class Browser Properties