Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItem Class / ItemsImageList Property


In This Topic
    ItemsImageList Property (SmartItem)
    In This Topic
    Gets the list of images that will be used by the child items of the SmartItem.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The list of images that will be used by the child items of the SmartItem.")>
    <CategoryAttribute("Appearance")>
    <DefaultValueAttribute("")>
    <BrowsableAttribute(True)>
    <MergablePropertyAttribute(False)>
    <LocalizableAttribute(True)>
    Public Property ItemsImageList As ImageList
    'Usage
     
    Dim instance As SmartItem
    Dim value As ImageList
     
    instance.ItemsImageList = value
     
    value = instance.ItemsImageList
    [Description("The list of images that will be used by the child items of the SmartItem.")]
    [Category("Appearance")]
    [DefaultValue("")]
    [Browsable(true)]
    [MergableProperty(false)]
    [Localizable(true)]
    public ImageList ItemsImageList {get; set;}

    Property Value

    A reference to an ImageList object containing the list of images that will be used by the child items of the SmartItem. Can be a null reference (Nothing in Visual Basic).
    Remarks

    To retrieve the list of images used by this SmartItem, consult the ImageList property.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also