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.23.0
Syntaxpublic static EditorCommand InsertText(
	string text
)
Parameters
- text
 - Type: SystemString
the text to insert. 
Return Value
Type: 
EditorCommandThe 
EditorCommand instance.
Exceptions| Exception | Condition | 
|---|
| ArgumentException | 
                Thrown when the text is null, empty or contain only white
                space.
             | 
See Also