The only setting I can find that affects the "Navigation Bar" is to hide / show, located in the "Tools / Options / Text Editor" / [Your Language] / "General" section below the display heading, "Navigation Bar "box.
Some ideas:
1) You can define all event handlers and additional methods in a subclass, and then one method in the parent class to associate everything with a private member of the subclass type. When only subclass methods appear in the subclass in the navigation bar.
2) You can get the class from your main form class by setting everything you need to see in the derived class as protected in the base class (for example, event handlers). It also effectively filters your navigation bar.
NTN
source share