Click or drag to resize

KeyMapping Class

A KeyMapping defines how a key combination should be mapped to a SendKeys message.
Inheritance Hierarchy
SystemObject
  ConsoleControlKeyMapping

Namespace:  ConsoleControl
Assembly:  ConsoleControl (in ConsoleControl.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public class KeyMapping

The KeyMapping type exposes the following members.

Constructors
  NameDescription
Public methodKeyMapping
Initializes a new instance of the KeyMapping class.
Public methodKeyMapping(Boolean, Boolean, Boolean, Keys, String, String)
Initializes a new instance of the KeyMapping class.
Top
Properties
  NameDescription
Public propertyIsAltPressed
Gets or sets a value indicating whether alt is pressed.
Public propertyIsControlPressed
Gets or sets a value indicating whether this instance is control pressed.
Public propertyIsShiftPressed
Gets or sets a value indicating whether this instance is shift pressed.
Public propertyKeyCode
Gets or sets the key code.
Public propertySendKeysMapping
Gets or sets the send keys mapping.
Public propertyStreamMapping
Gets or sets the stream mapping.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also