IPluginHostNotifyUser Method (String) |
Use this to show information to the user. Show in currently active window
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax bool NotifyUser(
string Message
)
Function NotifyUser (
Message As String
) As Boolean
bool NotifyUser(
String^ Message
)
abstract NotifyUser :
Message : string -> bool
Parameters
- Message
- Type: SystemString
String
Return Value
Type:
BooleanTrue/False depending if the notify was successful
See Also