WindowsNotifications.ShowNotification
public static void ShowNotification(string title,
	string text,
	ToolTipIcon messageIcon,
	int timeout,
	Icon titleIcon,
	bool autoClose,
	string urlToOpen)

Parameters

title
Title to display in the message area

text
The text to display in the message area

messageIcon
Fixed toolbar icon for the message

timeout
Optional timeout - defaults to statusbar timeout in config

titleIcon
Titlebar icon

autoClose
urlToOpen


See also:

Class WindowsNotifications

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic