GlyphCollection.Contains(Glyph) Method

Definition

Gets a value indicating whether the GlyphCollection contains the specified Glyph.

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

Parameters

value
Glyph

The Glyph to locate.

Returns

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

Applies to