Search
Key.setContent Method
See Also
 






Sets the key's text content. Some descendant key classes send their content as input to currently focused control; other ones only store their labels in it.

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

 Syntax

Java  Copy Code

public void setContent (
    String value
)

 Parameters

value

A String containing the key's content.

 See Also