System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection: Method Members

The methods of System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection are listed below. For a list of all members, see the BehaviorServiceAdornerCollection Members list.

See Also: Inherited members from System.Collections.CollectionBase

Public Methods

Add(Adorner) : int

Adds an System.Windows.Forms.Design.Behavior.Adorner with the specified value to the System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection.

AddRange(Adorner[])

Copies the elements of an array to the end of the System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection.

AddRange(BehaviorServiceAdornerCollection)

Adds the contents of another System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection to the end of the collection.

Contains(Adorner) : bool

Gets a value indicating whether the System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection contains the specified System.Windows.Forms.Design.Behavior.Adorner.

CopyTo(Adorner[], int)

Copies the System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection values to a one-dimensional Array at the specified index.

GetEnumerator() : BehaviorServiceAdornerCollectionEnumerator

Returns an enumerator that can iterate through the System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection instance.

IndexOf(Adorner) : int

Returns the index of an System.Windows.Forms.Design.Behavior.Adorner in the System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection.

Insert(int, Adorner)

Inserts an System.Windows.Forms.Design.Behavior.Adorner into the System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection at the specified index.

Remove(Adorner)

Removes a specific System.Windows.Forms.Design.Behavior.Adorner from the System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection.