G
Guest
Hi everybody;
I'm trying to create a class that inherits from
system.Windows.Forms.Design.ControlDesigner but it give a syntax error:
Type ' System.Windows.Forms.Design.ControlDesigner' is not defined.
Does anyone has an idea why?
The following is my class definition:
Option Strict Off
Option Explicit On
Imports System
Imports System.ComponentModel.Design
Imports System.Windows.Forms.Design
Friend Class MyClassName
Inherits System.Windows.Forms.Design.ControlDesigner
End Class
Thanks in advance.
I'm trying to create a class that inherits from
system.Windows.Forms.Design.ControlDesigner but it give a syntax error:
Type ' System.Windows.Forms.Design.ControlDesigner' is not defined.
Does anyone has an idea why?
The following is my class definition:
Option Strict Off
Option Explicit On
Imports System
Imports System.ComponentModel.Design
Imports System.Windows.Forms.Design
Friend Class MyClassName
Inherits System.Windows.Forms.Design.ControlDesigner
End Class
Thanks in advance.