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:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
void Replace(
	string text,
	int line,
	int lineColor,
	string rgbLineColor
)

Parameters

text
Type: SystemString
Text to replace with
line
Type: SystemInt32
Line number to replace at
lineColor
Type: SystemInt32
Linecolor to use for this line
rgbLineColor
Type: SystemString
Optional rgb linecolor to use for this line in hex format RRGGBB
See Also