Forms

Form Templates from the original Open Text Team Developer application are ported as normal .NET classes into the main application's directory or into the \Forms directory, depending on the options set in Ice Porter.

In .NET there is no difference between a form template and a form class. In .NET everything is simply a class.

Accessories

In Team Developer Accessories are the Toolbar and the Statusbar. In the ported code, forms with accessories contain four additional components:

ToolBar

It's a panel docked to one of the sides of the parent form (typically to the top).

Controls that were defined as children of the Toolbar in the original application, are ported as children of the ToolBar component. For more information about the ToolBar control and support for visual style mode, see ToolBar control.

ClientArea

StatusBar

Named Menus

Child Table Window

Last updated