Represents a stack of keymaps used to handle keyboard.

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

Syntax

C#
public class KeyMapStack : List<KeyMap>
Visual Basic
Public Class KeyMapStack _
	Inherits List(Of KeyMap)

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'KeyMap>)>)>
    C1.Win.C1Preview..::..KeyMapStack

See Also