Informs the view generator about a key press event.
public bool SendKeyPress(int keyChar, ServerVisualization.UserInput.ModifierKeys modifierKeys);Public Function SendKeyPress(ByVal keyChar As Integer, ByVal modifierKeys As ServerVisualization.UserInput.ModifierKeys) As Boolean| Parameter | Description |
|---|---|
| key |
Specifies the translated character code for the pressed key. |
| modifier |
Specifies modifier keys. It can be a combination of the Server |
If the event has been handled, the method returns true. Otherwise, it returns false.