Share via


GlyphCollection.Insert(Int32, Glyph) Método

Definição

Insere um Glyph no GlyphCollection no í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

O índice de base zero em que value deve ser inserido.

value
Glyph

O Glyph a ser inserido.

Aplica-se a