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: 2.1.1646.0 (2.1.1646.0)
Syntax void SendKeys(
string keys
)
Sub SendKeys (
keys As String
)
Parameters
- keys
- Type: SystemString
The string or host keys to send.
Exceptions Exception | Condition |
---|
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