Returns or sets the display mode of the keyboard.
Object.DisplayMode [ = enDisplayMode ]
The DisplayMode property syntax has the following parts:
Name |
Type |
Description |
Object |
AVirtualKeyboard |
AVirtualKeyboard object |
enDisplayMode |
An integer that determines the display mode of a keyboard object. |
Name |
Value |
Description |
akbdDisplayModeAuto |
1* |
Auto Display Mode |
akbdDisplayModeManual |
2 |
Manual Display Mode |
If you set to the Auto Mode, whenever the user requires a key input, for example the focus is in the Edit Box the virtual keyboard will appear automatically.
The following statement initializes the AVirtualKeyboard DisplayMode to Auto mode:
m_keyboard.enDisplayMode=akbdDisplayModeAuto