J
Jet Leung
Hi all,
I had made a UserControl, and I want to inherits panel,label,button and
linklabel from my class. But when I typed the code like
====
public class A :
System.Windows.Forms.UserControl,System.Windows.Forms.Panel,
System.Windows.Forms.Button,System.Windows.Forms.Label,System.
Windows.Forms.LinkLabel
.....
======
There is an error to me. It said thoes were not interface,and I couldn't
inherits them.
How can I solve this problem?
I had made a UserControl, and I want to inherits panel,label,button and
linklabel from my class. But when I typed the code like
====
public class A :
System.Windows.Forms.UserControl,System.Windows.Forms.Panel,
System.Windows.Forms.Button,System.Windows.Forms.Label,System.
Windows.Forms.LinkLabel
.....
======
There is an error to me. It said thoes were not interface,and I couldn't
inherits them.
How can I solve this problem?