Click or drag to resize

EditorCommandInsertText Method

Returns a command that allows inserting the given text content in a WYSIWYG editor or a text field.

Namespace:  DotNetBrowser.Frames
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static EditorCommand InsertText(
	string text
)

Parameters

text
Type: SystemString
the text to insert.

Return Value

Type: EditorCommand
The EditorCommand instance.
Exceptions
ExceptionCondition
ArgumentException Thrown when the text is null, empty or contain only white space.
See Also