Search
ComponentBase.onKeyPress Method
See Also
 

Called when a character key is pressed when this component has the input focus.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public void onKeyPress (
    Character keyChar
)

 Parameters

keyChar

The character representing the pressed key.

 See Also