Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / KeyMapStack Class / Push Method
The keymap to push on the stack.

In This Topic
    Push Method
    In This Topic
    Pushes a new keymap on the stack.
    Syntax
    'Declaration
     
    Public Sub Push( _
       ByVal keyMap As KeyMap _
    ) 
    public void Push( 
       KeyMap keyMap
    )

    Parameters

    keyMap
    The keymap to push on the stack.
    See Also