Class KeyEventTypeExtensions
Extension methods for the KeyEventType enum type.
public static class KeyEventTypeExtensions
- Inheritance
-
KeyEventTypeExtensions
- Inherited Members
Methods
- AsInt32(KeyEventType)
Directly converts this KeyEventType value to an int value with the same binary representation.
- AsUInt32(KeyEventType)
Directly converts this KeyEventType value to a uint value with the same binary representation.
- FastIsDefined(KeyEventType, int)
Determines if the specified int value is explicitly defined as a named value of the KeyEventType enum type.