ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1Thumbnail Class / ImageList Property

In This Topic
    ImageList Property (C1Thumbnail)
    In This Topic
    Gets or sets the ImageList that contains the images to display on thumbnail buttons.
    Syntax
    'Declaration
     
    
    <NotifyParentPropertyAttribute(True)>
    <C1DescriptionAttribute("C1Thumbnail.ImageList", "The ImageList containing images to display on thumbnail buttons.")>
    <DefaultValueAttribute("")>
    <RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    Public Property ImageList As ImageList
    [NotifyParentProperty(true)]
    [C1Description("C1Thumbnail.ImageList", "The ImageList containing images to display on thumbnail buttons.")]
    [DefaultValue("")]
    [RefreshProperties(RefreshProperties.Repaint)]
    public ImageList ImageList {get; set;}
    See Also