InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputMenu Class / Items Property

In This Topic
    Items Property (InputMenu)
    In This Topic
    Gets the collection of items in this InputMenu.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As InputComponentCollection
    public InputComponentCollection Items {get;}
    See Also