Search
VirtualKeyboard.setStandalone Method
See Also
 






Sets whether the keyboard is the only content of the application's window.

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

 Syntax

Java  Copy Code

public void setStandalone (
    boolean value
)

 Parameters

value

true if the application acts only as virtual keyboard, or false if used as embedded keyboard.

 See Also