Example

The following example shows how to set the position of the cursor in the presentation space of the connection associated with this lsxECLPS object.

' Create an lsxECLPS object associated with connection A
dim myPSObj as new lsxECLPS("A")
 
' Set the cursor location in the presentation space
myPSObj.SetCursorPos(3,1)