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