Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / PageCoupling Property


In This Topic
PageCoupling Property
In This Topic
Gets or sets a value indicating whether the cursor is coupled to the current page in page memory or whether moving the cursor to another page automatically causes that page to be displayed.
Syntax
'Declaration
 
Property PageCoupling As Boolean
 
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.PageCoupling = value
 
value = instance.PageCoupling
See Also