Description
Interface for objects that use keystrokes. All methods and properties in this interface are not supported for mobile Web applications.
Syntax
C#
public class IKeyable,
VB
'Declaration
Public Class IKeyable
Methods
| Name |
Description |
| PressKeys |
Presses (but does not release) a set of keys or mouse buttons. |
| ReleaseKeys |
Releases a set of keys or mouse buttons. |
| TypeKeys |
Sends a set of keystrokes to the object. |
| TypePasswordKeys |
Types an encrypted password into an object, for example a text field. |