RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX

The IStylesCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd(Object)
Adds an item to the IList.
(Inherited from IList.)
Public methodAdd(StyleElement)
Public methodClear
Removes all items from the IList.
(Inherited from IList.)
Public methodContains(Object)
Determines whether the IList contains a specific value.
(Inherited from IList.)
Public methodContains(StyleElement)
Public methodCopyTo(Array, Int32)
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ICollection.)
Public methodCopyTo(array<StyleElement>[]()[][], Int32)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodIndexOf(Object)
Determines the index of a specific item in the IList.
(Inherited from IList.)
Public methodIndexOf(StyleElement)
Public methodInsert(Int32, Object)
Inserts an item to the IList at the specified index.
(Inherited from IList.)
Public methodInsert(Int32, StyleElement)
Public methodRemove(Object)
Removes the first occurrence of a specific object from the IList.
(Inherited from IList.)
Public methodRemove(StyleElement)
Public methodRemoveAt
Removes the IList item at the specified index.
(Inherited from IList.)

See Also