The inheritable forms in NetXP are provided so that your applications can have a common look and feel.
This form provides, among other things, a list of loaded assemblies.
Example
This form is set up so that it has a fixed dialog border and no minimize or maximize buttons. It is also shown centered and it is not shown in the task bar. This form contains an OK button and a Cancel button, which are fully customizable and are set as the AcceptButton and CancelButton properties respectively.
This form provides an inheritable, reusable popup form that implements all the functionality of a typical popup window.
Example
The wizard form provides all the functionality necessary to create a wizard.
Example