Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: RT.Util.UtWin

Summary

Offers some Windows-specific static functions which are hard to categorize under any more specific classes.

Static methods

void
SendKeystrokes(IEnumerable<object> keys)
Sends the specified sequence of key strokes to the active application. See remarks for details. (see also remarks)
void
SendKeystrokes(Keys key, int times)
Sends the specified key the specified number of times.
voidSends key strokes equivalent to typing the specified text.

Static properties

boolDetermines whether the Alt key is pressed.
boolDetermines whether the Ctrl key is pressed.
boolDetermines whether the Shift key is pressed.