TreeView for WinForms | ComponentOne
C1.Win.C1SuperTooltip Namespace / ImageCollection Class
Members

In This Topic
    ImageCollection Class
    In This Topic
    Collection of images to be displayed in C1SuperLabelBase or C1SuperTooltipBase components.
    Object Model
    ImageCollection ClassImageEntry Class
    Syntax
    'Declaration
     
    
    <EditorAttribute(b1, System.Drawing.Design.UITypeEditor)>
    <DefaultMemberAttribute("Item")>
    Public Class ImageCollection 
       Inherits System.Collections.CollectionBase
    [Editor(b1, System.Drawing.Design.UITypeEditor)]
    [DefaultMember("Item")]
    public class ImageCollection : System.Collections.CollectionBase 
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          C1.Win.C1SuperTooltip.ImageCollection

    See Also