SetCursorPos

The SetCursorPos method sets the position of the cursor in the presentation space for the connection associated with the ECLPS object. There are two signatures for the SetCursorPos method. The position can be specified as a linear (1-based) position using void SetCursorPos(ULONG pos), or as a row and column coordinate using void SetCursorPos(ULONG Row, ULONG Col).