GlyphCollection.Insert(Int32, Glyph) Método

Definição

Insere a Glyph no 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

O índice baseado em zero onde value deve ser inserido.

value
Glyph

O Glyph para inserir.

Aplica-se a