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

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