Click or drag to resize

IWindowOutputText Method

Outputs a message to this IWindow.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
bool OutputText(
	string message
)

Parameters

message
Type: SystemString
Message to output

Return Value

Type: Boolean
True/False depending if the output was successful
Remarks
Some windows does not have a TextView, the output will be ignored and return false in these cases.
See Also