Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / MoveCursorTo Method / MoveCursorTo(Int32) Method
One-based screen index.


In This Topic
MoveCursorTo(Int32) Method
In This Topic
Moves the cursor to the specified screen location.
Syntax
'Declaration
 
Overloads Function MoveCursorTo( _
   ByVal screenIndex As Integer _
) As ReturnCode
 
'Usage
 
Dim instance As IIbmScreen
Dim screenIndex As Integer
Dim value As ReturnCode
 
value = instance.MoveCursorTo(screenIndex)

Parameters

screenIndex
One-based screen index.

Return Value

ReturnCode.Success if successful or ReturnCode.Error if unsuccessful.
See Also