The C1LaunchPadItemCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1LaunchPadItemCollection |
Constructor.
|
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds an C1LaunchPadItem to the list.
|
![]() |
Clear |
Removes all items from the list.
|
![]() |
Contains |
Contains
|
![]() |
IndexOf |
Returns index of the given list item.
|
![]() |
Insert |
Inserts the item at specified index.
|
![]() |
Remove |
Removes the specified item.
|
![]() |
RemoveAt |
Removes the IPhoneElement at the specified index from the list.
|
![]() |
RemoveRange |
Removes a range of items from the list.
|
![]() |
Reverse |
Reverses the order of the items in the list or a portion of it.
|
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Gets the count.
|
![]() |
Item |
Gets or sets the button the specified index.
|
![]() |
Last |
Gets or sets the last IPhoneElement on the list.
|
![]() |
Length |
Gets the length.
|
![]() |
Owner |
Gets the C1LaunchPad owner.
|
![]() |
Page |
Gets the C1LaunchPage that owns this collection. Only applicable for collections that located inside C1LaunchPage.
|