[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckList.CheckImageList

CheckImageList Property

CheckImageList

Gets the image list that is used to indicate the state of the C1CheckList items.

Declaration
[TypeConverter(typeof(ImageListConverter))]
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.