Represents a keymap used to map keystrokes to actions.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public class KeyMap : Hashtable
Visual Basic
Public Class KeyMap _
	Inherits Hashtable

Inheritance Hierarchy

System..::..Object
  System.Collections..::..Hashtable
    C1.Win.C1Preview..::..KeyMap

See Also