CheckImageList Property (C1CheckList)
In This Topic
Gets the image list that is used to indicate the state of the
C1CheckList items.
Syntax
'Declaration
<C1DescriptionAttribute("C1CheckList.CheckImageList", "The image list that is used to indicate the state of the C1CheckList items.")>
<C1CategoryAttribute("Appearance")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<EditorAttribute(C1.Win.TreeView.Design.CheckListCheckImageListEditor, System.Drawing.Design.UITypeEditor)>
<TypeConverterAttribute(C1.Win.TreeView.Util.ImageListConverter)>
Public ReadOnly Property CheckImageList As ImageList
[C1Description("C1CheckList.CheckImageList", "The image list that is used to indicate the state of the C1CheckList items.")]
[C1Category("Appearance")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[Editor(C1.Win.TreeView.Design.CheckListCheckImageListEditor, System.Drawing.Design.UITypeEditor)]
[TypeConverter(C1.Win.TreeView.Util.ImageListConverter)]
public ImageList CheckImageList {get;}
See Also