开发者

How to add methods to DataGridView class

开发者 https://www.devze.com 2023-04-05 09:59 出处:网络
my question is simple. How do i add methods to th开发者_JAVA百科e standard DataGridView control of VB.NET

my question is simple. How do i add methods to th开发者_JAVA百科e standard DataGridView control of VB.NET

I want to add some methods of my own to the class, but i tried inheritance and i get errors. What are the techniques out there to extend native classes in vb net


You want to use extension methods.

0

精彩评论

暂无评论...
验证码 换一张
取 消