Problem with designer verb

  • Thread starter Richard L Rosenheim
  • Start date
R

Richard L Rosenheim

I'm trying to add a designer verb to my custom control. I'm using the
document
http://msdn.microsoft.com/library/d...omponentmodeldesigndesignerverbclasstopic.asp
as a reference. I also looked at the page
http://msdn.microsoft.com/library/d...entmodeldesigncomponentdesignerclasstopic.asp

But, when I try adding the statement "Inherits
System.ComponentModel.Design.ComponentDesigner", Intellisense is not
recognizing the statement as being valid. And, when I attempt to build the
solution, the compiler grips about "Type
'System.ComponentModel.Design.ComponentDesigner' is not defined."

I'm using Visual Studio 2003 running under Windows XP Pro.

Is the documentation incorrect?

Richard Rosenheim
 

Ask a Question

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.

Ask a Question

Top