Search
VirtualKeyboard.setAutoFill Method
See Also
 






Sets whether keyboard layout should be generated automatically depending on the language (e.g. qwerty, azerty, etc layouts).

Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard

 Syntax

Java  Copy Code

public void setAutoFill (
    boolean value
)

 Parameters

value

true to automatically fill regular character keys, or false otherwise.

 See Also