Click or drag to resize

ITextViewAdd Method

Adds a line of text to 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 Add(
	string Text,
	int lineColor,
	string rgbLineColor
)

Parameters

Text
Type: SystemString

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

lineColor
Type: SystemInt32

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

rgbLineColor
Type: SystemString

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

See Also