Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
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 |
|
| IDL |
|