DisplayMode Property (AVirtualKeyboard)

Returns or sets the display mode of the keyboard.

Syntax

Object.DisplayMode [ = enDisplayMode ]

The DisplayMode property syntax has the following parts:

 

Name

Type

Description

Object

AVirtualKeyboard

AVirtualKeyboard object

enDisplayMode

enumAKeyboardDisplayMode

An integer that determines the display mode of  a keyboard object.

Where

enumAKeyboardDisplayMode:

 

Name

Value

Description

akbdDisplayModeAuto

1*

Auto Display Mode

akbdDisplayModeManual

2

Manual Display Mode

Comments

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.

Example

The following statement initializes the AVirtualKeyboard DisplayMode to Auto mode:

m_keyboard.enDisplayMode=akbdDisplayModeAuto

Applies to

AVirtualKeyboard

See Also

GroupVisible, Move, Show