Search
Key.getContent Method
See Also
 






Gets 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 String getContent ()

 Return Value

A String containing the key's content.

 See Also