Item Property
Description
Returns the Launcher object located in the specified position.
Property type
Read-only property
Syntax
Visual Basic
Public Property Item( _
   ByVal Position As Variant _
) As Object
Parameters
Position

The position or name of the launcher object you want to return.  Position values begin with 1.  To specify the last position in the list, enter -1.  To specify the name of the launcher, use one of the following strings:

Return Type
This property returns one of the *Launcher objects.
Remarks

Item is the default property for the Launchers object.  Therefore, you can also retrieve this value using the following syntax:

MyLauncher= LaunchersObject(PositionOrName)

Example
See Also