There a several types of inheritance supported by the Microsoft  .NET Framework (1.0-3.0). Alchemy CATALYST supports the following type of inheritance:-

image33.gif Private Inheritance

image33.gif Public Inheritance

  image33.gif Protected Inheritance

Visual Inheritance is a powerful .NET technology however applications using it can be difficult to localise due to the complexity of the relationships between individual winforms and the type of inheritance used by the Developer of the application. As a general rule, all visual inheritance should be Public as this makes it possible to localize each instance of an inherited control.