IVZTreeItem

Assembly: Visualizators;

Description

The IVZTreeItem interface is used to work with visualizer tree elements.

Inheritance Hierarchy

IVZTreeItem

Comments

This interface is basic for the following interfaces:

To get visualizer parameters, use the following properties:

Properties

  Property name Brief description
ID The ID property returns identifier of visualizer tree element.
Items The Items property determines children of selected visualizer tree element.
Parent The Parent property returns parent item for selected visualizer tree element.
Selected The Selected property determines whether visualizer tree area is selected.

Methods

  Method name Brief description

GetItemById

The GetItemById method returns child element of visualizer tree by identifier.

GetNext

The GetNext method returns the next child element of visualizer tree.

GetPrev

The GetPrev method returns the previous child element of visualizer tree.

See also:

Visualizators Assembly Interfaces