RadControls for WinForms

The StylesCollection type exposes the following members.

Constructors

  NameDescription
Public methodStylesCollection()()()()
Initializes a new instance of the StylesCollection class
Public methodStylesCollection(IList)
Initializes a new instance of the StylesCollection class

Methods

Properties

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIList..::..Add
Adds an item to the IList.
Explicit interface implemetationPrivate methodIList..::..Clear
Removes all items from the IList.
Explicit interface implemetationPrivate methodIList..::..Contains
Determines whether the IList contains a specific value.
Explicit interface implemetationPrivate methodICollection..::..CopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Explicit interface implemetationPrivate propertyICollection..::..Count
Gets the number of elements contained in the ICollection.
Explicit interface implemetationPrivate methodIEnumerable..::..GetEnumerator
Returns an enumerator that iterates through a collection.
Explicit interface implemetationPrivate methodIList..::..IndexOf
Determines the index of a specific item in the IList.
Explicit interface implemetationPrivate methodIList..::..Insert
Inserts an item to the IList at the specified index.
Explicit interface implemetationPrivate propertyIList..::..IsFixedSize
Gets a value indicating whether the IList has a fixed size.
Explicit interface implemetationPrivate propertyIList..::..IsReadOnly
Gets a value indicating whether the IList is read-only.
Explicit interface implemetationPrivate propertyICollection..::..IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Explicit interface implemetationPrivate propertyIList..::..Item
Gets or sets the element at the specified index.
Explicit interface implemetationPrivate methodIList..::..Remove
Removes the first occurrence of a specific object from the IList.
Explicit interface implemetationPrivate methodIList..::..RemoveAt
Removes the IList item at the specified index.
Explicit interface implemetationPrivate propertyICollection..::..SyncRoot
Gets an object that can be used to synchronize access to the ICollection.

See Also