What is visual inheritance in VB.NET? - VB.NET's visual inheritance creates forms for reuse. - Form components which are controlled is allowed to change in the inherited form. When you inherit a form, you also can extend its functionality with new features in its visual layout, as well as its properties and methods. - Visual inheritance allows deriving forms from the base form with common controls.
|