Reflection
OpenSystemsGraphicsTerminalControl Class
Members 


Renders the OpenSystems terminal emulator. The session details can be configured through the Terminal property. Interaction logic for OpenSystemsGraphicsTerminalControl.xaml OpenSystemsGraphicsTerminalControl
Object Model
OpenSystemsGraphicsTerminalControl ClassITerminal 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")>
<ToolboxBitmapAttribute()>
<DescriptionAttribute("OpenSystems terminal emulator user interface control")>
<DefaultEventAttribute("TerminalInitializedEvent")>
Public Class OpenSystemsGraphicsTerminalControl 
   Inherits System.Windows.Controls.UserControl
'Usage
 
Dim instance As OpenSystemsGraphicsTerminalControl
[ToolboxItem(ToolboxItemType=System.Drawing.Design.ToolboxItem, ToolboxItemTypeName="System.Drawing.Design.ToolboxItem, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DefaultProperty("WorkspaceName")]
[ToolboxBitmap()]
[Description("OpenSystems terminal emulator user interface control")]
[DefaultEvent("TerminalInitializedEvent")]
public class OpenSystemsGraphicsTerminalControl : 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.OpenSystemsGraphics.OpenSystemsGraphicsTerminalControl

See Also