GlyphCollection.Insert(Int32, Glyph) Método

Definición

Inserta un Glyph objeto en en el GlyphCollection í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 de base cero donde value se debe insertar.

value
Glyph

que Glyph se va a insertar.

Se aplica a