Attachmate Reflection 2014 .NET API Reference
TerminalReady Property (IbmTerminalControl)


Indicates the state of the terminal instance. See InitInstance for additional details. If the terminal session has been loaded and initialized, then this value is true. If not, it is false.
Syntax
'Declaration
 
<CategoryAttribute("Terminal")>
<ReadOnlyAttribute(True)>
<DescriptionAttribute("Indicates the state of the terminal session. See InitInstance for additional details. If the terminal session has been loaded and initialized then this value will be true else false.")>
Public ReadOnly Property TerminalReady As Boolean
'Usage
 
Dim instance As IbmTerminalControl
Dim value As Boolean
 
value = instance.TerminalReady
[CategoryAttribute("Terminal")]
[ReadOnlyAttribute(true)]
[DescriptionAttribute("Indicates the state of the terminal session. See InitInstance for additional details. If the terminal session has been loaded and initialized then this value will be true else false.")]
public bool TerminalReady {get;}
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IbmTerminalControl Class
IbmTerminalControl Members

Send Feedback