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