Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
KeyMapStack
.
.
::
.
.
Push Method
KeyMapStack Class
See Also
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
KeyMapStack Class
C1.Win.C1Preview Namespace