The C1LaunchPadItemCollection type exposes the following members.

Constructors

  Name Description
Public method C1LaunchPadItemCollection
Constructor.

Methods

  Name Description
Public method Add
Adds new menu item to the end of the list.
Public method Clear
Removes all items from collection.
Public method Contains
Determines whether an element is in the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'C1LaunchPadItem>)>)>.)
Public method CopyTo
Copies the entire Collection<(Of <(<'T>)>)> to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from Collection<(Of <(<'C1LaunchPadItem>)>)>.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetEnumerator
Returns an enumerator that iterates through the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'C1LaunchPadItem>)>)>.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'C1LaunchPadItem>)>)>.)
Public method Insert
Insert C1LaunchPadItem item to specific position into the collection.
Public method Remove
Removes item from list.
Public method RemoveAt
Removes item from list by index.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Count
Gets the number of elements actually contained in the collection
(Inherited from C1ObservableItemCollection<(Of <(<'TOwner, TItem>)>)>.)
Public property IsEmpty
Gets value that indicates if the object is empty or not. If object is empty than it will be skipped during the serialization process.
Public property Item
Gets or sets the element at the specified index.
(Inherited from Collection<(Of <(<'C1LaunchPadItem>)>)>.)
Public property Owner
Public property Page
Gets the C1LaunchPage that owns this collection. Only applicable for collections that located inside C1LaunchPage.

Events

See Also