I created a custom dialog, and my problem is with VS Intellisense autocompletion.
Now, because I am using Inherits System.Windows.Forms.Form, all functions are displayed.
There is a way to show only my functions? For example:
http://oi49.tinypic.com/1532lip.jpg
Green: is unnecessary and I do not want this appears (of course, this is only part of all what is offered)
Orange: what I want to appear - my function(s).