VCGetCursorColor
VCSetCursorColor


Version:

1.2

Description:

The sets or gets the cursor color.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetCursorColor(short* iError);
extern "C" void WINAPI VCSetCursorColor(short* iError, short i);

Delphi

function VCGetCursorColor(var iError: Smallint):Smallint; stdcall;
procedure VCSetCursorColor(var iError: Smallint; i: Smallint); stdcall;

ActiveX/COM

Function GetCursorColor() As Integer
Sub SetCursorColor(ByVal i As Integer)

Parameters:

 i - the cursor color index from 0 to 15.

Notes:

 

See Also:

VCGetBackgroundColor, VCGetSelectionColor, VCGetCursorSize