[]
The collection of radial menu items.
public class RadialMenuItemCollection : IList<RadialMenuItemBase>, ICollection<RadialMenuItemBase>, IEnumerable<RadialMenuItemBase>, IList, ICollection, IEnumerable
Name | Description |
---|---|
RadialMenuItemCollection() |
Name | Description |
---|---|
Count | Gets the number of elements contained in the RadialMenuItemCollection. |
IsFixedSize | Gets a value indicating whether the RadialMenuItemCollection has a fixed size. |
IsReadOnly | Gets a value indicating whether the RadialMenuItemCollection is read-only. |
IsSynchronized | Gets a value indicating whether access to the RadialMenuItemCollection is synchronized (thread safe). |
this[int] | Gets or sets the element at the specified index. |
SyncRoot | Gets an object that can be used to synchronize access to the RadialMenuItemCollection. |
Name | Description |
---|---|
Add(RadialMenuItemBase) | Adds an object to the end of the RadialMenuItemCollection. |
Add(object) | Adds an object to the end of the RadialMenuItemCollection. |
Clear() | Removes all elements from the RadialMenuItemCollection. |
Contains(RadialMenuItemBase) | Determines whether an element is in the RadialMenuItemCollection. |
Contains(object) | Determines whether an element is in the RadialMenuItemCollection. |
CopyTo(RadialMenuItemBase[], int) | Copies the entire System.Collections.Generic.List`1 to a compatible one-dimensional array, starting at the specified index of the target array. |
CopyTo(Array, int) | Copies the entire System.Collections.Generic.List`1 to a compatible one-dimensional array, starting at the specified index of the target array. |
GetEnumerator() | Gets the enumerator of the RadialMenuItemCollection. |
IndexOf(RadialMenuItemBase) | Searches for the specified object and returns the zero-based index of the first occurrence within the entire RadialMenuItemCollection. |
IndexOf(object) | Searches for the specified object and returns the zero-based index of the first occurrence within the entire RadialMenuItemCollection. |
Insert(int, RadialMenuItemBase) | Inserts an element into the RadialMenuItemCollection at the specified index. |
Insert(int, object) | Inserts an element into the RadialMenuItemCollection at the specified index. |
OnCollectionChanged(NotifyCollectionChangedEventArgs) | Raise CollectionChanged event to any listeners. Properties/methods modifying this RadialMenuItemCollection will raise a collection changed event through this virtual method. |
Remove(RadialMenuItemBase) | Removes the first occurrence of a specific object from the RadialMenuItemCollection. |
Remove(object) | Removes the first occurrence of a specific object from the RadialMenuItemCollection. |
RemoveAt(int) | Removes the element at the specified index of the RadialMenuItemCollection. |