Indicates the index of the current Frame object within the Frames collection.
Type
Description
Long
A Long expression that specifies the index of the frame.
The Index property indicates the index of the current Frame object within the Frames collection.
The Count property returns the number of Frame
objects in the collection. The Clear method removes all Frame objects. The Remove
method removes a specified frame. The Visible
property shows or hides a specified frame. You can use the Item
and Count properties to enumerate the frames in the control, as well as for
each statement.