Input for WinForms | ComponentOne
C1.Framework Namespace / C1BitmapIcon Class / ImageIndex Property

In This Topic
    ImageIndex Property (C1BitmapIcon)
    In This Topic
    Gets or sets the index of the small image in the SmallImageList.
    Syntax
    'Declaration
     
    
    Public Overridable Property ImageIndex As Integer
    public virtual int ImageIndex {get; set;}
    See Also