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

In This Topic
    MaxDropDownItems Property (InputSplitButton)
    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