insert_text


Description:

[ Version ( since = "2.24" ) ]
public void insert_text (int position, string text)

Inserts text at position in the list of strings stored in this.

If position is negative then text is appended.

This is the same as calling insert with a null ID string.

Parameters:

this

A ComboBoxText

position

An index to insert text

text

A string