Informs the view generator about a key down event.
public bool SendKeyDown(int keyCode, ServerVisualization.UserInput.ModifierKeys modifierKeys);Public Function SendKeyDown(ByVal keyCode As Integer, ByVal modifierKeys As ServerVisualization.UserInput.ModifierKeys) As Boolean| Parameter | Description |
|---|---|
| key |
Specifies the virtual key 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.