Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / SendKeysOption Enumeration
In This Topic
    SendKeysOption Enumeration
    In This Topic
    Specifies data interpretation options for SendKeys() method. More than one option can be specified by adding them together.
    Members
    MemberDescription
    DecodePasswordTransmits the encoded password to the host.
    HexDataIndicates that portions of a string that follow a backslash should be interpreted using either hexadecimal code or C-Language conditions.
    NoTranslationDoes not translate data from the PC to the host character set.
    See Also