InfoConnect for Unisys
SendKeysOption Enumeration


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
MemberDescription
DecodePasswordTransmits the encoded password to host.
HexDataIndicates that portions of a string that follow a backslash are interpreted using either hexadecimal code or C-Language conditions.
NoTranslationDoes 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