ISupportSendKeys Interface
A test object that supports the SendKeys(String,KeyModifier) method.

C# Syntax

public interface ISupportSendKeys 
Public Methods
 NameDescription
MethodSendKeysOverloaded. Types the specified string into the object in the application, including special keys or key modifiers.  
Top