GlyphCollection.Add(Glyph) Method

Definition

Adds a Glyph with the specified value to the GlyphCollection.

public:
 int Add(System::Windows::Forms::Design::Behavior::Glyph ^ value);
public int Add (System.Windows.Forms.Design.Behavior.Glyph value);
member this.Add : System.Windows.Forms.Design.Behavior.Glyph -> int
Public Function Add (value As Glyph) As Integer

Parameters

value
Glyph

A Glyph to add to the end of the collection.

Returns

The index at which the new element was inserted.

Applies to