ScreenUPG Assembly > ScreenUPG Namespace > ScreenUPG Class : setCursorColumn Method |
'Declaration
Public Sub setCursorColumn( _ ByVal CursorColumn As Integer _ )
public void setCursorColumn( int CursorColumn )
public: void setCursorColumn( int CursorColumn )
int cc = 17;
screen.setCursorColumn(cc);
Dim cc As Integer
'Set the cursor column
cc = 17
screen.setCursorColumn cc
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