Search
Key.setIsLocked Method
See Also
 






Sets whether a mode associated with a modifier key is enabled.

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

 Syntax

Java  Copy Code

public void setIsLocked (
    boolean value
)

 Parameters

value

true if the key's mode is enabled, or false otherwise.

 See Also