DesignerActionItemCollection.Remove(DesignerActionItem) Method

Definition

Removes the first occurrence of a specific object from the DesignerActionItemCollection.

public:
 void Remove(System::ComponentModel::Design::DesignerActionItem ^ value);
public void Remove (System.ComponentModel.Design.DesignerActionItem value);
member this.Remove : System.ComponentModel.Design.DesignerActionItem -> unit
Public Sub Remove (value As DesignerActionItem)

Parameters

Applies to