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

In This Topic
    MaxDropDownItems Property (InputMenu)
    In This Topic
    Gets or sets the maximum number of items to display in the drop-down list.
    Syntax
    'Declaration
     
    Public Property MaxDropDownItems As Integer
    public int MaxDropDownItems {get; set;}
    See Also