ScreenUPG
getCursorRow Method
Example 



Returns the row of the current cursor position.
Syntax
'Declaration
 
Public Function getCursorRow() As Integer
'Usage
 
Dim instance As ScreenUPG 
Dim value As Integer 
  
value = instance.getCursorRow()
public int getCursorRow()
public: 
int getCursorRow(); 

Return Value

The row of the current cursor position.
Remarks
A value of 1 is the top row of the presentation space.
Example
int row = screen.getCursorRow();
Dim cr As Integer
            
cr = screen.getCursorRow
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenUPG Class
ScreenUPG Members
getCursor Method
getCursorColumn Method
setCursor Method
setCursorColumn Method
setCursorRow Method