BehaviorServiceAdornerCollection.Add(Adorner) Method

Definition

Adds an Adorner with the specified value to the BehaviorServiceAdornerCollection.

public:
 int Add(System::Windows::Forms::Design::Behavior::Adorner ^ value);
public int Add (System.Windows.Forms.Design.Behavior.Adorner value);
member this.Add : System.Windows.Forms.Design.Behavior.Adorner -> int
Public Function Add (value As Adorner) As Integer

Parameters

value
Adorner

An Adorner to add to the end of the collection.

Returns

The index at which the new element was inserted.

Applies to

See also