Pushes a new keymap on the stack.

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

Syntax

C#
public void Push(
	KeyMap keyMap
)
Visual Basic
Public Sub Push ( _
	keyMap As KeyMap _
)

Parameters

keyMap
Type: C1.Win.C1Preview..::..KeyMap
The keymap to push on the stack.

See Also