Programmieren mit dBASE PLUS: uncheckedImage

Aus Wikibooks


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

Eigenschaft von[Bearbeiten]

TreeView

Beschreibung[Bearbeiten]

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.