Hide extends of controls

Hi,
Is it possibly hide extends of the control that I do not wont them appear. Example I have window as modal and I just wont to see extends of my methods, not all of windows when programing.

When I write “myWindow.” an push tab appears all extends of class window. I would like to see only few of them.

Thanks,
Krzysztof

You cannot hide built-in methods, etc. for controls or other classes that are part of the framework. However, you can hide your own methods (or properties, etc.) by adding an Attribute called “Hidden” to the method.

OK, Thanks Paul.