Item method (Displays collection)

Returns a Display object specified by the Index parameter. This is the default method.
The value of Index can be between 1 and Count, inclusive, or the name of a display.
Syntax
Set
oDisplay
=
Displays
.
Item
(
Index
)
where
oDisplay
– is the name of a Display object variable.
Displays
– is the name of a Displays collection or an expression that evaluates to a Displays collection.
Index
– is a parameter of the type Variant that specifies the display to be returned. The value of Index can be between 1 and Count, inclusive, or the name of a display. The name can be the short name, for example, Menu, or the fully qualified name.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal