The C1LaunchPadItemCollection type exposes the following members.

Constructors

  Name Description
Public method C1LaunchPadItemCollection
Constructor.

Methods

  Name Description
Public method Add
Adds an C1LaunchPadItem to the list.
Public method Clear
Removes all items from the list.
Public method Contains
Contains
Public method IndexOf
Returns index of the given list item.
Public method Insert
Inserts the item at specified index.
Public method Remove
Removes the specified item.
Public method RemoveAt
Removes the IPhoneElement at the specified index from the list.
Public method RemoveRange
Removes a range of items from the list.
Public method Reverse
Reverses the order of the items in the list or a portion of it.

Properties

  Name Description
Public property Count
Gets the count.
Public property Item
Gets or sets the button the specified index.
Public property Last
Gets or sets the last IPhoneElement on the list.
Public property Length
Gets the length.
Public property Owner
Gets the C1LaunchPad owner.
Public property Page
Gets the C1LaunchPage that owns this collection. Only applicable for collections that located inside C1LaunchPage.

See Also