TYPEMODE enumeration

Elements of the TYPEMODE enumeration are used to specify type modes that are available for a soft keyboard.

Syntax

typedef enum tagTYPEMODE { 
  ClickMouse  = 0,
  Hover       = 1,
  Scanning    = 2
} TYPEMODE;

Constants

ClickMouse

The user can click the on-screen keys to type text.

Hover

The user can point to a key for a predefined period of time, and the selected character is typed automatically.

Scanning

The soft keyboard continually scans the input area and highlights regions where the user can press a shortcut key or use a switch-input device.

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