GlyphCollection.Insert(Int32, Glyph) Metodo

Definizione

Inserisce un oggetto Glyph nell'oggetto GlyphCollection in corrispondenza dell'indice specificato.

public:
 void Insert(int index, System::Windows::Forms::Design::Behavior::Glyph ^ value);
public void Insert(int index, System.Windows.Forms.Design.Behavior.Glyph value);
member this.Insert : int * System.Windows.Forms.Design.Behavior.Glyph -> unit
Public Sub Insert (index As Integer, value As Glyph)

Parametri

index
Int32

Indice in base zero in cui value deve essere inserito.

value
Glyph

Oggetto Glyph da inserire.

Si applica a