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

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