Click or drag to resize

IPluginHostNotifyUser Method

Overload List
  NameDescription
Public methodNotifyUser(String)
Use this to show information to the user. Show in currently active window
Public methodNotifyUser(Object, String)
Use this to show information to the user. Shows in the specified window of any type. Returns if the message was shown
Public methodNotifyUser(IChannel, String)
Use this to show information to the user. Shows in IChannel window Returns if the message was shown
Public methodNotifyUser(IServer, String)
Use this to show information to the user. Shows in IServer window. Returns if the message was shown
Public methodNotifyUser(IUser, String)
Use this to show information to the user. Shows in IUser window Returns if the message was shown
Top
See Also