Hi,
I developed custom controls and I'm in stage of writing documentation for it.
I have a base control from which all my other custom controls are inherited.
In help file it automatically includes all properties and events of a object. What I wish to do is only to include parameters derived from a base control, but not from System.Windows.Forms.Control.
I tried to set filters to System.* and Microsoft.* but still can't exclude functions inherited from forms.control.
Any help will be greatly appreciated.