如何通过VB.NET实现类的继承?
- 内容介绍
- 文章标签
- 相关推荐
本文共计177个文字,预计阅读时间需要1分钟。
我是VB的新手,我想从DataGridView继承,我使用了类似的代码+Public Class DataGridViewEx Inherits DataGridView+End Class,但编译器会生成错误,因为End of statement需要指向Inherits DataGridView。
本文共计177个文字,预计阅读时间需要1分钟。
我是VB的新手,我想从DataGridView继承,我使用了类似的代码+Public Class DataGridViewEx Inherits DataGridView+End Class,但编译器会生成错误,因为End of statement需要指向Inherits DataGridView。

