VB.NET - Visual inheritance in VB.NET

What is visual inheritance in VB.NET?

You can create a main or base form with some basic settings and then inherit a form from it and extend with more features while preserving basic settings.

With Visual inheritance, we can reuse the windows form and extend the functionality in multiple forms.

To implement Visual Inheritance, we create a windows Form (base form) and inherit forms from the base form.
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.....
VB.NET - Field-level validation and form-level validation
VB.NET - Field-level validation and form-level validation - Field-level validation means validating each field as it receives focus.......
Post your comment