InfoConnect API Guide
Attachmate.Reflection.UserControl.Wpf.IbmHosts Namespace / IbmTerminalControl Class
Members


In This Topic
    IbmTerminalControl Class
    In This Topic
    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(True)>
    <DescriptionAttribute("IBM terminal emulator user interface control")>
    <DefaultEventAttribute("TerminalInitializedEvent")>
    <DefaultPropertyAttribute("WorkspaceName")>
    <ToolboxBitmapAttribute(Attachmate.Reflection.UserControl.Wpf.IbmHosts.IbmTerminalControl)>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <ContentPropertyAttribute("Content")>
    <RuntimeNamePropertyAttribute("Name")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    Public Class IbmTerminalControl 
       Inherits System.Windows.Controls.UserControl
    'Usage
     
    
    Dim instance As IbmTerminalControl
    [ToolboxItem(true)]
    [Description("IBM terminal emulator user interface control")]
    [DefaultEvent("TerminalInitializedEvent")]
    [DefaultProperty("WorkspaceName")]
    [ToolboxBitmap(Attachmate.Reflection.UserControl.Wpf.IbmHosts.IbmTerminalControl)]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [ContentProperty("Content")]
    [RuntimeNameProperty("Name")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    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