T3000 CrossPlatform Documentation
FastColoredTextBoxInsertText Method (String, Style, Boolean) |
[This is preliminary documentation and is subject to change.]
Insert text into current selection position (with predefined style)
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual Range InsertText( string text, Style style, bool jumpToCaret )
Public Overridable Function InsertText ( text As String, style As Style, jumpToCaret As Boolean ) As Range Dim instance As FastColoredTextBox Dim text As String Dim style As Style Dim jumpToCaret As Boolean Dim returnValue As Range returnValue = instance.InsertText(text, style, jumpToCaret)
Parameters
- text
- Type: SystemString
[Missing <param name="text"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.InsertText(System.String,FastColoredTextBoxNS.Style,System.Boolean)"]
- style
- Type: FastColoredTextBoxNSStyle
[Missing <param name="style"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.InsertText(System.String,FastColoredTextBoxNS.Style,System.Boolean)"]
- jumpToCaret
- Type: SystemBoolean
[Missing <param name="jumpToCaret"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.InsertText(System.String,FastColoredTextBoxNS.Style,System.Boolean)"]
Return Value
Type: Range[Missing <returns> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.InsertText(System.String,FastColoredTextBoxNS.Style,System.Boolean)"]
See Also