Forms
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
In Team Developer Accessories are the and the . In the ported code, forms with accessories contain four additional components:
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 .