Admin Production rocket
Current Publication

Classes

Reflection Desktop .NET API Guide V17.1
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
OpenSystemsTerminalControl Class
In This Topic
Renders the OpenSystems terminal emulator. The session details can be configured through the Terminal property. Interaction logic for OpenSystemsTerminalControl.xaml OpenSystemsTerminalControl
Object Model
OpenSystemsTerminalControl Class ITerminal Interface
Syntax

                     
                     
'Declaration
 

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

                  

                     
                     
'Usage
 

                     
                     
Dim instance As OpenSystemsTerminalControl

                  

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

                  
Inheritance Hierarchy
See Also