ReturnCode MoveCursorTo( int row, int column )
'Declaration Overloads Function MoveCursorTo( _ ByVal row As Integer, _ ByVal column As Integer _ ) As ReturnCode
'Declaration
Overloads Function MoveCursorTo( _ ByVal row As Integer, _ ByVal column As Integer _ ) As ReturnCode
'Usage Dim instance As IIbmScreen Dim row As Integer Dim column As Integer Dim value As ReturnCode value = instance.MoveCursorTo(row, column)
'Usage
Dim instance As IIbmScreen Dim row As Integer Dim column As Integer Dim value As ReturnCode value = instance.MoveCursorTo(row, column)
IIbmScreen Interface IIbmScreen Members Overload List