ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / ImageIndex Property

In This Topic
    ImageIndex Property (C1DropDownControl)
    In This Topic
    Gets or sets the index of the button image in the ImageList.
    Syntax
    'Declaration
     
    Public Property ImageIndex As Integer
    public int ImageIndex {get; set;}
    See Also