Class SendKeys
Represents an operator that sends one or more keystrokes to the active window as if typed at the keyboard.
public class SendKeys : Sink
- Inheritance
-
SendKeys
- Inherited Members
Properties
- Keys
Gets or sets the string expression specifying which keystrokes to send. For more details on expression format, see the remarks section of the SendKeys class.
Methods
- Process<TSource>(IObservable<TSource>)
Sends one or more keystrokes to the active window, as if typed at the keyboard, when an observable sequence emits a notification.