IPluginHostNotifyUser Method (IUser, String) |
Use this to show information to the user. Shows in IUser 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(
IUser User,
string Message
)
Function NotifyUser (
User As IUser,
Message As String
) As Boolean
bool NotifyUser(
IUser^ User,
String^ Message
)
abstract NotifyUser :
User : IUser *
Message : string -> bool
Parameters
- User
- Type: AdiIRCAPIIUser
IUser - Message
- Type: SystemString
String
Return Value
Type:
BooleanTrue/False depending if the notify was successful
See Also