Click or drag to resize

ITextBufferInsert Method

Inserts text with the format of the text at the specified position.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Insert(
	int position,
	string text
)

Parameters

position
Type: SystemInt32
Position to insert the text.
text
Type: SystemString
Text to insert.
See Also