InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel 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