Compartir a través de


GlyphCollection.Insert(Int32, Glyph) Método

Definición

Inserta Glyph en GlyphCollection en el índice especificado.

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)

Parámetros

index
Int32

Índice basado en cero donde debe insertarse value.

value
Glyph

Glyph que se va a insertar.

Se aplica a