Click or drag to resize

ITextViewReplace Method

Replaces the Nth line in the ITextView buffer with a new text 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 Replace(
	string text,
	int line,
	int lineColor,
	string rgbLineColor
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:AdiIRCAPI.ITextView.Replace(System.String,System.Int32,System.Int32,System.String)"]

line
Type: SystemInt32

[Missing <param name="line"/> documentation for "M:AdiIRCAPI.ITextView.Replace(System.String,System.Int32,System.Int32,System.String)"]

lineColor
Type: SystemInt32

[Missing <param name="lineColor"/> documentation for "M:AdiIRCAPI.ITextView.Replace(System.String,System.Int32,System.Int32,System.String)"]

rgbLineColor
Type: SystemString

[Missing <param name="rgbLineColor"/> documentation for "M:AdiIRCAPI.ITextView.Replace(System.String,System.Int32,System.Int32,System.String)"]

See Also