Admin Production rocket
Current Publication

Classes

InfoConnect Desktop InfoConnect .NET API Guide V17.0
Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
OpenSystemsGraphicsTerminalControl Class
In This Topic
Renders the Open Systems Graphics terminal emulator. The session details can be configured through the Terminal property.
Object Model
OpenSystemsGraphicsTerminalControl Class ITerminal Interface
Syntax

                     
                     
'Declaration
 

                     
                     
<ToolboxItemAttribute(True)>
<DescriptionAttribute("OpenSystems terminal graphics emulator user interface control")>
<DefaultEventAttribute("TerminalInitializedEvent")>
<DefaultPropertyAttribute("WorkspaceName")>
<ToolboxBitmapAttribute(Attachmate.Reflection.UserControl.OpenSystemsGraphics.OpenSystemsGraphicsTerminalControl, "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 OpenSystemsGraphicsTerminalControl 
   Inherits System.Windows.Forms.UserControl

                  

                     
                     
'Usage
 

                     
                     
Dim instance As OpenSystemsGraphicsTerminalControl

                  

                     
                     
[ToolboxItem(true)]
[Description("OpenSystems terminal graphics emulator user interface control")]
[DefaultEvent("TerminalInitializedEvent")]
[DefaultProperty("WorkspaceName")]
[ToolboxBitmap(Attachmate.Reflection.UserControl.OpenSystemsGraphics.OpenSystemsGraphicsTerminalControl, "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 OpenSystemsGraphicsTerminalControl : System.Windows.Forms.UserControl 

                  
Inheritance Hierarchy
See Also