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
bool PageCoupling {get; set;}
See Also