IWindow.OutputText Method

AdiIRC API v2

IWindowOutputText Method

Outputs a message to this IWindow.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
bool OutputText(
	string message
)
Function OutputText ( 
	message As String
) As Boolean
bool OutputText(
	String^ message
)
abstract OutputText : 
        message : string -> bool 

Parameters

message
Type: SystemString
Message to output

Return Value

Type: Boolean
True/False depending if the output was successful
See Also