Insert

Insert(int, string)

Insère un fragment de texte formaté dans la collection à un index donné.

public void Insert(int index, string text)
Paramètre Taper La description
index Int32 L’index de base zéro auquel le fragment de texte formaté doit être inséré.
text String Le fragment de texte.

Voir également


Insert(int, string, Font)

Insère un fragment de texte formaté dans la collection à un index donné.

public void Insert(int index, string text, Font font)
Paramètre Taper La description
index Int32 L’index de base zéro auquel le fragment de texte formaté doit être inséré.
text String Le fragment de texte.
font Font La police du texte.

Voir également


Insert(int, string, Font, Color)

Insère un fragment de texte formaté dans la collection à un index donné.

public void Insert(int index, string text, Font font, Color foregroundColor)
Paramètre Taper La description
index Int32 L’index de base zéro auquel le fragment de texte formaté doit être inséré.
text String Le fragment de texte.
font Font La police du texte.
foregroundColor Color La couleur de premier plan du texte.

Voir également


Insert(int, string, Font, Color, Color)

Insère un fragment de texte formaté dans la collection à un index donné.

public void Insert(int index, string text, Font font, Color foregroundColor, Color backgroundColor)
Paramètre Taper La description
index Int32 L’index de base zéro auquel le fragment de texte formaté doit être inséré.
text String Le fragment de texte.
font Font La police du texte.
foregroundColor Color La couleur de premier plan du texte.
backgroundColor Color La couleur de fond du texte.

Voir également