VB.NET - Define Shared member of the class

Define Shared member of the class.

It is member of the class which can be access without creating instance of the class. It belongs to the class and not to the instance of the class.
VB.NET - Visual inheritance in VB.NET
VB.NET - What is visual inheritance in VB.NET? - Visual inheritance allows deriving forms from the base form with common controls.......
VB.NET - How can you set tab order in VB.NET?
VB.NET - How can you set tab order in VB.NET? - Tab order can be set using ‘View menu Tab Index’......
VB.NET - Define extender provider component
VB.NET - Define extender provider component - It provides additional features to the controls.....
Post your comment