Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / TerminalUserControlContext Property


In This Topic
TerminalUserControlContext Property (ITerminal)
In This Topic
This is an internal property used to determine the context of this terminal object usage. This is set to true if this terminal object is being used in a Terminal User Control context.
Syntax
'Declaration
 
Property TerminalUserControlContext As Boolean
 
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.TerminalUserControlContext = value
 
value = instance.TerminalUserControlContext
Remarks
The default is false.
See Also