Overview | Methods | Fields | This Package | All Packages
Creates KeyPressEvent object.
Syntax
public KeyPressEvent( char keyChar )
public KeyPressEvent( Object extendedInfo, char keyChar )
Parameters
keyChar
The character the user composed.
extendedInfo
Additional information supplied by com.ms.wfc.html events. You should not pass a value for this parameter outside the context of the com.ms.wfc.html package. For more information, see Event.extendedInfo and DhEventInfo.