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