ScreenUPG
getCursorColumn Method
Example 



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

Return Value

The column of the current cursor position.
Remarks
A value of 1 is the left column of the presentation space.
Example
int column = screen.getCursorColumn();
Dim column As Integer
            
column = screen.getCursorColumn
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
getCursorRow Method
setCursor Method
setCursorColumn Method
setCursorRow Method