Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / C1BasePicker Class / ImageIndex Property

In This Topic
    ImageIndex Property (C1BasePicker)
    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