DesignerActionListCollection.Add(DesignerActionList) Method

Definition

Adds the supplied DesignerActionList to the current collection.

public:
 int Add(System::ComponentModel::Design::DesignerActionList ^ value);
public int Add (System.ComponentModel.Design.DesignerActionList value);
public int Add (System.ComponentModel.Design.DesignerActionList? value);
member this.Add : System.ComponentModel.Design.DesignerActionList -> int
Public Function Add (value As DesignerActionList) As Integer

Parameters

Returns

The position into which the new element is inserted into the collection's internal list.

Remarks

The new element is added to the end of the internal list.

Applies to

See also