ComponentOne TreeView for WinForms
CheckImageList Property

C1.Win.TreeView Namespace > C1TreeView Class : CheckImageList Property
Gets the image list that is used to indicate the state of the C1TreeView and its nodes.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1TreeView とそのノードの状態を示すために使用されるイメージリストを取得します。")>
<C1CategoryAttribute("表示")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.TreeView.Design.CheckImageListEditor, C1.Win.TreeView.4.Design")>
<TypeConverterAttribute("#0XC.#ZXC, C1.Win.TreeView.4, Version=4.0.20192.375, Culture=neutral, PublicKeyToken=79882d576c6336da")>
Public ReadOnly Property CheckImageList As ImageList
[C1Description("C1TreeView とそのノードの状態を示すために使用されるイメージリストを取得します。")]
[C1Category("表示")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.TreeView.Design.CheckImageListEditor, C1.Win.TreeView.4.Design")]
[TypeConverter("#0XC.#ZXC, C1.Win.TreeView.4, Version=4.0.20192.375, Culture=neutral, PublicKeyToken=79882d576c6336da")]
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

Reference

C1TreeView Class
C1TreeView Members