RecordTreeByIndex Property

Description

Indicates whether to record TreeView objects based on their index ID.

Property type

Read-write property

Syntax

Visual Basic
Public Property RecordTreeByIndex As Boolean

Return Value

  • True--Records operations on a TreeView node according to its position within the TreeView object.
  • False--Records operations on a TreeView node according to its name.

Example

See Also