Sends the given text to the interator.

Namespace: TallComponents.Interaction.WinForms.Interactors
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public void SendText(
	string text
)
Visual Basic
Public Sub SendText ( _
	text As String _
)

Parameters

text
Type: System..::..String
The text.

Remarks

This method will generate a KeyDown/KeyUp combo for the given text. Interactors that support text editing will typically insert the given text at the insertion point.

See Also