Table of Contents
CheckBoxImages Property

Gets a TreeViewCheckBoxImages object that controls images to be displayed to indicate the CheckState of a tree node.

Syntax
 public TreeViewCheckBoxImages CheckBoxImages { get; set; }

Property Value

TreeViewCheckBoxImages

An object that controls images to be displayed to indicate the CheckState of a tree node.

This property is read only. However, you can access the properties and methods of the object it returns.

Remarks

Each item has three CheckStates. Use this property to specify images to be displayed to indicate different CheckStates.

See Also