[This is preliminary documentation and is subject to change.]
This is a platform independent means of specifying key codes and modifiers.
| C# |
public struct PKeys
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| PKeys(Int32) |
Creates a new PKeys struct fron the integer value of a
Keys enumeration.
| |
| CreateKeysToken(ProductionToken) | Creates a GeneratedToken containing a PKeys, or ErrorToken from a
ProductionToken representing a shortcut key definition in source text.
| |
| Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Returns the hash code for this instance.
(Inherited from ValueType.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IntValue | Returns the integer value of the System.Windows.Forms.Keys value
represented by this PKeys. | |
| IsShiftPressed | Determines whether the shift key is currently depressed.
| |
| KeysValue | Returns the System.Windows.Forms.Keys value represented by this
PKeys. | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ShortcutKeyExpression(String) | Creates a CLR language expression to create the
System.Windows.Forms.Keys value represented by this PKeys. | |
| ToString()()()() |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) |