COLORTYPE enumeration

Elements of the COLORTYPE enumeration are used to specify types of colors that are available for a soft keyboard.

Syntax

typedef enum tagCOLORTYPE { 
  bkcolor         = 0,
  UnSelForeColor  = 1,
  UnSelTextColor  = 2,
  SelForeColor    = 3,
  SelTextColor    = 4,
  Max_color_Type  = 5
} COLORTYPE;

Constants

bkcolor

Background color.

UnSelForeColor

Unselected foreground color.

UnSelTextColor

Unselected text color.

SelForeColor

Selected foreground color.

SelTextColor

Selected text color.

Max_color_Type

Maximum color type.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Redistributable
TSF 1.0 on Windows 2000 Professional
Header
Softkbdc.h
IDL
Softkbd.idl