The image to display when a tree item is checked instead of a checked check box.

Property of

TreeView

Description

Use checkedImage to display a specific icon instead of the standard checked checkbox for the tree items in the tree that are checked. uncheckedImage optionally specifies the icon to display for tree items that are not checked. The tree must have its checked property set to true to enable checking; each tree item has a checked property that reflects whether the item is checked.

The checkedImage property is a string that can take one of two forms:

RESOURCE <resource id> <dll name>
specifies an icon resource and the DLL file that holds it.

FILENAME <filename>
specifies an ICO icon file.