I've been able to create a WinForm as a custom editor for a custom object, but how do you get Visual Studio to use a WinForm as a custom editor for a dictionary of custom objects?
Even help understanding how to use a WinForm as a custom editor for a dictionary of integers, strings, or any other "normal" type would be helpful...