GlyphCollection.Insert(Int32, Glyph) Método

Definição

Insere um 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 em que value deve ser inserido.

value
Glyph

A Glyph inserção a ser inserida.

Aplica-se a