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

Eigenschaft von

TreeView

Beschreibung

Use uncheckedImage to display a specific icon instead of the standard empty checkbox for the tree items in the tree that are not checked. checkedImage optionally specifies the icon to display for tree items that are 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 uncheckedImage 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.
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.