The first child tree item.

Eigenschaft von

TreeItem, TreeView

Beschreibung

firstChild is a read-only property that contains an object reference to the object’s first child tree item. If the object has no children, firstChild is null.

When a form is opened, a TreeView object's firstChild property will point to it's first TreeItem. The firstChild property will return "null" when:

  • The form's TreeView doesn't contain any TreeItems
  • The form isn't open.
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.