Inserts a line of text at the Nth line in the ITextView buffer
Adding lines manually requires all formatting to be done manually as well, format =
timestamp + " " + ITools.NickColumChar + nick + ITools.NickColumChar + " " + text
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax void Insert(
string text,
int line,
int lineColor,
string rgbLineColor
)
Sub Insert (
text As String,
line As Integer,
lineColor As Integer,
rgbLineColor As String
)
void Insert(
String^ text,
int line,
int lineColor,
String^ rgbLineColor
)
abstract Insert :
text : string *
line : int *
lineColor : int *
rgbLineColor : string -> unit
Parameters
- text
- Type: SystemString
[Missing <param name="text"/> documentation for "M:AdiIRCAPI.ITextView.Insert(System.String,System.Int32,System.Int32,System.String)"]
- line
- Type: SystemInt32
[Missing <param name="line"/> documentation for "M:AdiIRCAPI.ITextView.Insert(System.String,System.Int32,System.Int32,System.String)"]
- lineColor
- Type: SystemInt32
[Missing <param name="lineColor"/> documentation for "M:AdiIRCAPI.ITextView.Insert(System.String,System.Int32,System.Int32,System.String)"]
- rgbLineColor
- Type: SystemString
[Missing <param name="rgbLineColor"/> documentation for "M:AdiIRCAPI.ITextView.Insert(System.String,System.Int32,System.Int32,System.String)"]
See Also