ComponentOne MultiSelect for WinForms
C1.Win.Input.Theme.MultiSelect Namespace / MultiSelectStyles Class / DropDownButton Property

In This Topic
    DropDownButton Property (MultiSelectStyles)
    In This Topic
    Gets or sets DropDownButtonStyle contains display attributes that determine the appearance of DropDownButton element on the screen.
    Syntax
    'Declaration
     
    
    Public Property DropDownButton As DropDownButtonStyle
    public DropDownButtonStyle DropDownButton {get; set;}
    See Also