Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

TreeView.CheckBoxImages Property

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

[Visual Basic]
Public Property CheckBoxImages As EO.Web.TreeViewCheckBoxImages
[C#]
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

TreeView Class | EO.Web Namespace


Direct link to this topic