For registering a class name you still have to use the
RegisterClass[Ex] Win32 API.
To set the class name a managed Control should use you can override
the CreateParams property getter and return it.
However, the Windows Forms library will register an appdomain specific
subclass of that given class and use that instead, so you can't really
set the actual class name used.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.