I would like to know if there is a way to trash a sub that is inside a inherited class example:


system.windows.forms.form has the 'Public Sub Show()'


My Form will only be using the ShowDialog() sub.


Is there a way to remove the sub show from my form so that it is not listed in the Intellisense and so that isn't part of my Form?