ActionExecuteKeyStrokeAction Method |
Execute KeyStrokeAction, this shall be performed when the user modifies a character in a text
field or combo box or modifies the selection in a scrollable list box. This action checks the added text
for validity and reject or modify it.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public KeyStrokeActionResult ExecuteKeyStrokeAction(
KeyStrokeEventData data
)
Public Function ExecuteKeyStrokeAction (
data As KeyStrokeEventData
) As KeyStrokeActionResult
public:
virtual KeyStrokeActionResult^ ExecuteKeyStrokeAction(
[InAttribute] KeyStrokeEventData^ data
) sealed
function ExecuteKeyStrokeAction(data);
Parameters
- data
- Type: pdftron.PDFKeyStrokeEventData
the data that contains previous text, added text, and added position information
Return Value
Type:
KeyStrokeActionResult the result of KeyStrokeAction.
See Also