C1.Win.Command.8 Assembly / C1.Win.Command Namespace / RadialMenuItemCollection Class
Properties Methods


RadialMenuItemCollection Class Members

The following tables list the members exposed by RadialMenuItemCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyGets the number of elements contained in the RadialMenuItemCollection.  
Public PropertyGets a value indicating whether the RadialMenuItemCollection has a fixed size.  
Public PropertyGets a value indicating whether the RadialMenuItemCollection is read-only.  
Public PropertyGets a value indicating whether access to the RadialMenuItemCollection is synchronized (thread safe).  
Public PropertyGets or sets the element at the specified index.  
Public PropertyGets an object that can be used to synchronize access to the RadialMenuItemCollection.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Adds an object to the end of the RadialMenuItemCollection.  
Public MethodRemoves all elements from the RadialMenuItemCollection.  
Public MethodOverloaded. Determines whether an element is in the RadialMenuItemCollection.  
Public MethodOverloaded. Copies the entire System.Collections.Generic.List`1 to a compatible one-dimensional array, starting at the specified index of the target array.  
Public MethodOverloaded. Searches for the specified object and returns the zero-based index of the first occurrence within the entire RadialMenuItemCollection.  
Public MethodOverloaded. Inserts an element into the RadialMenuItemCollection at the specified index.  
Public MethodOverloaded. Removes the first occurrence of a specific object from the RadialMenuItemCollection.  
Public MethodRemoves the element at the specified index of the RadialMenuItemCollection.  
Top
Protected Methods
 NameDescription
Protected MethodRaise CollectionChanged event to any listeners. Properties/methods modifying this RadialMenuItemCollection will raise a collection changed event through this virtual method.  
Top
See Also