Search
VirtualKeyboard.setLayoutsFolder Method
See Also
 






Sets the folder where layout files are located.

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

 Syntax

Java  Copy Code

public void setLayoutsFolder (
    String value
)

 Parameters

value

A String specifying the location of locale-specific layout files used when setMode is set to KeyboardMode.Custom.

 See Also