ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1MultiSelect Class / ShowDropDownButton Property

In This Topic
    ShowDropDownButton Property (C1MultiSelect)
    In This Topic
    Gets or sets a value indicates whether to show drop-down button.
    Syntax
    'Declaration
     
    
    Public Property ShowDropDownButton As Boolean
    public bool ShowDropDownButton {get; set;}
    See Also