G
Guest
I am trying to set the default design proerties in a control I have derived
from the Panel Class. I thought I'd found how to do it from the MSDN but the
following line doesn't work:
Inherits System.Windows.Forms.Design.ControlDesigner
I get an error saying that the Type is not defined. I cut and pasted all
the imports and line from the MSDN.
Would appreciate any help.
from the Panel Class. I thought I'd found how to do it from the MSDN but the
following line doesn't work:
Inherits System.Windows.Forms.Design.ControlDesigner
I get an error saying that the Type is not defined. I cut and pasted all
the imports and line from the MSDN.
Would appreciate any help.