[]
Represents a means of creating Keystroke objects in environments that do not support parameterized constructors.
public class KeystrokeFactory
Public Class KeystrokeFactory
| Name | Description |
|---|---|
| KeystrokeFactory() | Creates a new KeystrokeFactory object. |
| Name | Description |
|---|---|
| CreateKeystroke(char) | Creates a Keystroke object from a character. |
| CreateKeystroke(Keys, Keys) | Creates a Keystroke object from a key code and modifiers. |
| CreateKeystroke(Keys, Keys, bool) | Creates a Keystroke object from a key code and modifiers. |