Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
OpenSystemsTerminalControl Class
In This Topic
Renders the OpenSystems terminal emulator. The session details can be configured through
the Terminal property.
Object Model

Syntax
'Declaration
<ToolboxItemAttribute(True)> <DescriptionAttribute("OpenSystems terminal emulator user interface control")> <DefaultEventAttribute("TerminalInitializedEvent")> <DefaultPropertyAttribute("WorkspaceName")> <ToolboxBitmapAttribute(Attachmate.Reflection.UserControl.OpenSystems.OpenSystemsTerminalControl, "ToolboxImage.bmp")> <DesignerAttribute("System.Windows.Forms.Design.UserControlDocumentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)> <DesignerCategoryAttribute("UserControl")> <ToolboxItemFilterAttribute("System.Windows.Forms")> <DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> Public Class OpenSystemsTerminalControl Inherits System.Windows.Forms.UserControl
'Usage
Dim instance As OpenSystemsTerminalControl
[ToolboxItem(true)] [Description("OpenSystems terminal emulator user interface control")] [DefaultEvent("TerminalInitializedEvent")] [DefaultProperty("WorkspaceName")] [ToolboxBitmap(Attachmate.Reflection.UserControl.OpenSystems.OpenSystemsTerminalControl, "ToolboxImage.bmp")] [Designer("System.Windows.Forms.Design.UserControlDocumentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)] [DesignerCategory("UserControl")] [ToolboxItemFilter("System.Windows.Forms")] [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] public class OpenSystemsTerminalControl : System.Windows.Forms.UserControl
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
Attachmate.Reflection.UserControl.OpenSystems.OpenSystemsTerminalControl
See Also