| ContentEditorControlInsertString Method |
Insert a string of text into the specified text area at the current
cursor location.
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public static void InsertString(
TextArea textArea,
string text
)
Public Shared Sub InsertString (
textArea As TextArea,
text As String
)
public:
static void InsertString(
TextArea^ textArea,
String^ text
)
static member InsertString :
textArea : TextArea *
text : string -> unit
Parameters
- textArea
- Type: ICSharpCode.TextEditorTextArea
The text area to use - text
- Type: SystemString
The text to insert
See Also