TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckList Class / CheckImageList Property

In This Topic
    CheckImageList Property (C1CheckList)
    In This Topic
    Gets the image list that is used to indicate the state of the C1CheckList items.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <C1CategoryAttribute("Appearance")>
    <C1DescriptionAttribute("C1CheckList.CheckImageList", "The image list that is used to indicate the state of the C1CheckList items.")>
    <TypeConverterAttribute(C1.Win.TreeView.Util.ImageListConverter)>
    <EditorAttribute(C1.Win.TreeView.Design.CheckListCheckImageListEditor, System.Drawing.Design.UITypeEditor)>
    Public ReadOnly Property CheckImageList As ImageList
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [C1Category("Appearance")]
    [C1Description("C1CheckList.CheckImageList", "The image list that is used to indicate the state of the C1CheckList items.")]
    [TypeConverter(C1.Win.TreeView.Util.ImageListConverter)]
    [Editor(C1.Win.TreeView.Design.CheckListCheckImageListEditor, System.Drawing.Design.UITypeEditor)]
    public ImageList CheckImageList {get;}
    Remarks
    When the CheckImageList property is set, each C1CheckListItem that is contained in the C1CheckList displays the first and second images from the CheckImageList to indicate an unchecked or checked state, respectively. Additionally the C1CheckList can displays the twelve state of checkbox if the CheckImageList property contains twelve images with keys from CheckBoxState enum.
    See Also