[]
        
(Showing Draft Content)

FarPoint.Win.Spread.KeystrokeFactory

KeystrokeFactory Class

Represents a means of creating Keystroke objects in environments that do not support parameterized constructors.

Inheritance
KeystrokeFactory
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class KeystrokeFactory
Public Class KeystrokeFactory

Constructors

Name Description
KeystrokeFactory()

Creates a new KeystrokeFactory object.

Methods

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.