CheckImageList Property (C1TreeView)
Gets the image list that is used to indicate the state of the
C1TreeView and its nodes.
[C1Description("C1TreeView.CheckImageList", "Gets the image list that is used to indicate the state of the C1TreeView and its nodes.")]
[C1Category("Appearance")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[Editor(C1.Win.TreeView.Design.CheckImageListEditor, System.Drawing.Design.UITypeEditor)]
[TypeConverter(C1.Win.TreeView.Util.ImageListConverter)]
public ImageList CheckImageList {get;}
'Declaration
<C1DescriptionAttribute("C1TreeView.CheckImageList", "Gets the image list that is used to indicate the state of the C1TreeView and its nodes.")>
<C1CategoryAttribute("Appearance")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<EditorAttribute(C1.Win.TreeView.Design.CheckImageListEditor, System.Drawing.Design.UITypeEditor)>
<TypeConverterAttribute(C1.Win.TreeView.Util.ImageListConverter)>
Public ReadOnly Property CheckImageList As ImageList