SetEditBoxCursorColor
Description
Sets the color of the flashing cursor in this edit box.
Definition
SetEditBoxCursorColor( index, red, green, blue )
void agk::SetEditBoxCursorColor( UINT index, UINT red, UINT green, UINT blue )
Parameters
- index - The ID of the edit box to modify.
- red - The red component of the color (0 to 255).
- green - The green component of the color (0 to 255).
- blue - The blue component of the color (0 to 255).