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.
bool PageCoupling {get; set;}
'Declaration
Property PageCoupling As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.PageCoupling = value
value = instance.PageCoupling