Outputs a message to this IWindow.
Namespace:
AdiIRCAPIv2.Interfaces
Assembly:
AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax bool OutputText(
string message
)
Parameters
- message
- Type: SystemString
Message to output
Return Value
Type:
BooleanTrue/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