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
Syntaxvoid Insert(
	int position,
	string text
)
Sub Insert ( 
	position As Integer,
	text As String
)
abstract Insert : 
        position : int * 
        text : string -> unit 
Parameters
- position
 - Type: SystemInt32
Position to insert the text. - text
 - Type: SystemString
Text to insert. 
See Also