Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
SendKeysOption Enumeration
In This Topic
Specifies data interpretation options for SendKeys() method. More than one option
can be specified by adding them together.
Syntax
'Declaration
Public Enum SendKeysOption Inherits System.Enum
'Usage
Dim instance As SendKeysOption
public enum SendKeysOption : System.Enum
Members
| Member | Description |
|---|---|
| DecodePassword | Transmits the encoded password to host. |
| HexData | Indicates that portions of a string that follow a backslash are interpreted using either hexadecimal code or C-Language conditions. |
| NoTranslation | Does not translate data from the PC to the host character set. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.SendKeysOption
See Also