Click or drag to resize

IPresentationSpaceSendKeys Method

Transmits the specified string or terminal keys to the host at the current cursor position.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.4.444.0 (1.4.444.0)
Syntax
void SendKeys(
	string keys
)

Parameters

keys
Type: SystemString
The string or host keys to send.
Exceptions
ExceptionCondition
ConnectorException If an error occurs parsing or transmitting the string.
Remarks
To send special terminal keys such as PF1, Tab, etc. use the ControlKey values. To transmit a single left or right square bracket, send "[[" or "]]" respectively.
See Also