ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1SplitButton Class / DropDownImageList Property

In This Topic
    DropDownImageList Property
    In This Topic
    The ImageList to get the images to display in the drop down items.
    Syntax
    'Declaration
     
    Public Property DropDownImageList As ImageList
    public ImageList DropDownImageList {get; set;}
    See Also