InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / CaptureArea Property


In This Topic
CaptureArea Property
In This Topic
Gets or sets the display capture area type.
Syntax
'Declaration
 
Property CaptureArea As CaptureAreaOption
 
'Usage
 
Dim instance As IUtsTerminal
Dim value As CaptureAreaOption
 
instance.CaptureArea = value
 
value = instance.CaptureArea
See Also