TreeView for WinForms | ComponentOne
C1.Framework Namespace / C1BitmapIcon Class / ImageKey Property

In This Topic
    ImageKey Property (C1BitmapIcon)
    In This Topic
    Gets or sets the key of the small image in the SmallImageList.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(System.Windows.Forms.ImageKeyConverter)>
    <LocalizableAttribute(True)>
    <DefaultValueAttribute("")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <BrowsableAttribute(False)>
    <RelatedImageListAttribute("ImageList")>
    Public Overridable Property ImageKey As String
    [TypeConverter(System.Windows.Forms.ImageKeyConverter)]
    [Localizable(true)]
    [DefaultValue("")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Browsable(false)]
    [RelatedImageList("ImageList")]
    public virtual string ImageKey {get; set;}
    See Also