Search
KeyboardLayout.setLabel Method
See Also
 






Sets a text label that can be used to represent this layout.

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

 Syntax

Java  Copy Code

public void setLabel (
    String value
)

 Parameters

value

A string containing the label.

 See Also