The BrushCollection type exposes the following members.

Constructors

  NameDescription
Public methodBrushCollection
Initializes a new instance of the BrushCollection class

Methods

  NameDescription
Public methodAdd
Insert the object at the top of the collection
Public methodClear (Inherited from ValidatingList.)
Public methodContains
Checks if the object is contained in the collection
Public methodCopyTo (Inherited from ValidatingList.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ValidatingList.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the index of the object
Public methodInsert
Inserts a new object in the collection
Protected methodOnClear (Inherited from ValidatingList.)
Protected methodOnClearComplete (Inherited from ValidatingList.)
Protected methodOnInsert (Inherited from ValidatingList.)
Protected methodOnInsertComplete (Inherited from ValidatingList.)
Protected methodOnRemove (Inherited from ValidatingList.)
Protected methodOnRemoveComplete (Inherited from ValidatingList.)
Protected methodOnSet (Inherited from ValidatingList.)
Protected methodOnSetComplete (Inherited from ValidatingList.)
Protected methodOnValidate (Inherited from ValidatingList.)
Public methodRemove
Removes an object from the collection
Public methodRemoveAt (Inherited from ValidatingList.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount (Inherited from ValidatingList.)
Protected propertyInnerList (Inherited from ValidatingList.)
Public propertyIsFixedSize (Inherited from ValidatingList.)
Public propertyIsReadOnly
Specifies if the list is read only
Public propertyIsSynchronized (Inherited from ValidatingList.)
Public propertyItem
Gives access to the list using the index of the objects
Protected propertyList (Inherited from ValidatingList.)
Public propertySyncRoot (Inherited from ValidatingList.)

See Also