I'm trying to create my first Smart Tag designer in VB 2005 but am
unable to create a class derived from
System.ComponentModel.Design.DesignerActionList.
Public Class xx
Inherits System.ComponentModel.Design.DesignerActionList
gives on the Inherits line the error: Type
'System.ComponentModel.Design.DesignerActionList' is not defined.
In the Object Browser I can see DesignerActionList, along with 17 more
items that begin with DesignerAction.
When I type: System.ComponentModel.Design.
Intellisense doesn't show any items that start with DesignerAction. I
do see the other items in System.ComponentModel.Design.
This must be something stupid I am doing wrong, but I can't see it.
Any ideas?
Jack Jackson - 11 Feb 2008 08:01 GMT
>I'm trying to create my first Smart Tag designer in VB 2005 but am
>unable to create a class derived from
[quoted text clipped - 16 lines]
>
>Any ideas?
I didn't see that the DesignerAction classes are all in System.Design,
which I had not imported.