TreeView 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
     
    
    <TypeConverterAttribute(System.Windows.Forms.ImageIndexConverter)>
    <RelatedImageListAttribute("ImageList")>
    <DefaultValueAttribute(-1)>
    <LocalizableAttribute(True)>
    Public Overridable Property ImageIndex As Integer
    [TypeConverter(System.Windows.Forms.ImageIndexConverter)]
    [RelatedImageList("ImageList")]
    [DefaultValue(-1)]
    [Localizable(true)]
    public virtual int ImageIndex {get; set;}
    See Also