Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / KeyMapStack Class
Members

In This Topic
    KeyMapStack Class
    In This Topic
    Represents a stack of keymaps used to handle keyboard.
    Object Model
    KeyMapStack Class
    Syntax
    'Declaration
     
    Public Class KeyMapStack 
       Inherits System.Collections.Generic.List(Of KeyMap)
    public class KeyMapStack : System.Collections.Generic.List<KeyMap> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          C1.Win.C1Preview.KeyMapStack

    See Also