Description
Returns a page from the collection.
-
Property type
-
A McCommandPage object.
-
Syntax
-
object.Item(Index)
The Item Property syntax has these parts: |
| object | An expression evaluating to an object of type McCommandPages. | | Index | Required. A Variant value. Name of the page or position in the collection.
| Remarks
Dialog pages are usually defined in the dialog description file (.dlg), which is located in Resources\Dialogs.
|