BehaviorServiceAdornerCollection.Contains(Adorner) Method

Definition

Gets a value indicating whether the BehaviorServiceAdornerCollection contains the specified Adorner.

public:
 bool Contains(System::Windows::Forms::Design::Behavior::Adorner ^ value);
public bool Contains (System.Windows.Forms.Design.Behavior.Adorner value);
member this.Contains : System.Windows.Forms.Design.Behavior.Adorner -> bool
Public Function Contains (value As Adorner) As Boolean

Parameters

value
Adorner

The Adorner to locate.

Returns

true if the Adorner is contained in the collection; otherwise, false.

Applies to

See also