DesignerActionItemCollection.Contains(DesignerActionItem) Method

Definition

Determines whether the DesignerActionItemCollection contains a specific element.

public:
 bool Contains(System::ComponentModel::Design::DesignerActionItem ^ value);
public bool Contains (System.ComponentModel.Design.DesignerActionItem value);
member this.Contains : System.ComponentModel.Design.DesignerActionItem -> bool
Public Function Contains (value As DesignerActionItem) As Boolean

Parameters

Returns

true if the DesignerActionItemCollection contains the specified value; otherwise, false.

Applies to