BehaviorServiceAdornerCollection.Remove(Adorner) Method

Definition

Removes a specific Adorner from the BehaviorServiceAdornerCollection.

public:
 void Remove(System::Windows::Forms::Design::Behavior::Adorner ^ value);
public void Remove (System.Windows.Forms.Design.Behavior.Adorner value);
member this.Remove : System.Windows.Forms.Design.Behavior.Adorner -> unit
Public Sub Remove (value As Adorner)

Parameters

value
Adorner

The Adorner to remove from the BehaviorServiceAdornerCollection.

Exceptions

value is not found in the collection.

Applies to