Name | Description | |
---|---|---|
![]() | RadialMenuItemCollection Constructor |
The following tables list the members exposed by RadialMenuItemCollection.
Name | Description | |
---|---|---|
![]() | RadialMenuItemCollection Constructor |
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). |
![]() | Item | 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 | Overloaded. Adds an object to the end of the RadialMenuItemCollection. |
![]() | Clear | Removes all elements from the RadialMenuItemCollection. |
![]() | Contains | Overloaded. Determines whether an element is in the RadialMenuItemCollection. |
![]() | CopyTo | Overloaded. Copies the entire System.Collections.Generic.List`1 to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | IndexOf | Overloaded. Searches for the specified object and returns the zero-based index of the first occurrence within the entire RadialMenuItemCollection. |
![]() | Insert | Overloaded. Inserts an element into the RadialMenuItemCollection at the specified index. |
![]() | Remove | Overloaded. Removes the first occurrence of a specific object from the RadialMenuItemCollection. |
![]() | RemoveAt | Removes the element at the specified index of the RadialMenuItemCollection. |
Name | Description | |
---|---|---|
![]() | OnCollectionChanged | Raise CollectionChanged event to any listeners. Properties/methods modifying this RadialMenuItemCollection will raise a collection changed event through this virtual method. |