tree

Generic properties, methods and events
[method icon] Add(sText$, iFlags) Used to add items to a tree control
[method icon] Delete() Used to drop all the nodes of a tree
[method icon] FindPath(sText$) Find an item from a path
[method icon] Item(iIndex) Used to access a tree item
[property icon] ClickItem Provided for 5.02 compatibility - use Index instead
[property icon] ClickItem Provided for 5.02 compatibility - use Index instead
[property icon] Count Count of number of items
[property icon] DragKey Returns the drag key and mouse button state
[property icon] DragSourceControl Identifies the source control of a drag operation
[property icon] DragSourceItem Identifies the source control component of a drag operation
[property icon] DragTargetControl Identifies the target control of a drag operation
[property icon] DragTargetItem Identifies the target control component of a drag operation
[property icon] DropFileList$ List of files dropped onto control (with HEX(0D) separators)
[property icon] ExpandItem Index of expanded item
[property icon] First Get object for first item
[property icon] HasButtons Set if the tree display images against each item
[property icon] HasLines Set if the tree draws lines between items
[property icon] HasPictures Set to show item pictures
[property icon] Index Index of the currently selected item
[property icon] Index Index of the currently selected item
[property icon] Label$ Label for the control
[property icon] Last Get object for last item
[property icon] LinesAtRoot Set if tree draw lines at the root level
[property icon] MouseX Returns the current mouse position within a Click() event
[property icon] MouseY Returns the current mouse position within a Click() event
[property icon] NoHScroll Do not show the horizontal scroll bar even if it is needed
[property icon] NoScroll Do not show scroll bars even if they are needed
[property icon] ShowSelAlways Set if the tree shows a selection even when it does not have focus
[event icon] Drop() Event Drag drop event
[event icon] DropFile() Event Called when files are dragged on to the form
[event icon] Expand() Event Occurs when an item is expanded for the first time
[event icon] ExpandChange() Event Occurs when an item is expanded or collapsed (other than when an Expand event occurs)
[event icon] LeftClick() Event Left click
[event icon] LeftDblClk() Event Left double click
[event icon] NoItemRightClick() Event Right click on a non-item area
[event icon] RightClick() Event Right click
[event icon] RightDblClk() Event Right double click
[event icon] SelChange() Event Occurs when a node is selected or deselected