Frames object
The Frames object holds a collection of Frame objects. The Frames property of the control gives access to the Frames collection.

The following screen shot shows different frames on nodes:

A Frame is defined by an union of nodes, and can:

The Frames collection supports the following properties and methods:

NameDescription
AddAdds an Frame object to the collection and returns a reference to the newly created object.
ClearRemoves all objects in a collection.
CountReturns the number of elements in the collection.
ItemReturns a specific Frame of the Frames collection, giving its index.
RemoveRemoves a specific member from the Frames collection, giving its index or reference.