Search
VirtualKeyboard.setRepeatDelay Method
See Also
 






Specifies the initial delay in milliseconds before the component starts repeating key-down events when AutoRepeat is enabled.

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

 Syntax

Java  Copy Code

public void setRepeatDelay (
    int value
)

 Parameters

value

An integer value specifying initial delay in milliseconds. The default value is 500.

 See Also