InfoConnect for Airlines
IbmTerminalControl Class
Members 


Renders the IBM terminal emulator. The session details can be configured through the IbmTerminal property. Interaction logic for IbmTerminalControl.xaml IbmTerminalControl
Object Model
IbmTerminalControl ClassIIbmTerminal Interface
Syntax
'Declaration
 
<ToolboxItemAttribute(ToolboxItemType=System.Drawing.Design.ToolboxItem, ToolboxItemTypeName="System.Drawing.Design.ToolboxItem, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DefaultPropertyAttribute("WorkspaceName")>
<DescriptionAttribute("IBM terminal emulator user interface control")>
<DefaultEventAttribute("TerminalInitializedEvent")>
<ToolboxBitmapAttribute()>
Public Class IbmTerminalControl 
   Inherits System.Windows.Controls.UserControl
'Usage
 
Dim instance As IbmTerminalControl
[ToolboxItem(ToolboxItemType=System.Drawing.Design.ToolboxItem, ToolboxItemTypeName="System.Drawing.Design.ToolboxItem, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DefaultProperty("WorkspaceName")]
[Description("IBM terminal emulator user interface control")]
[DefaultEvent("TerminalInitializedEvent")]
[ToolboxBitmap()]
public class IbmTerminalControl : System.Windows.Controls.UserControl 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        System.Windows.Controls.UserControl
                           Attachmate.Reflection.UserControl.Wpf.IbmHosts.IbmTerminalControl

See Also