Click or drag to resize

NotificationShow Method

Shows the current notification.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Show(
	TrayIndicator indicator = null
)

Parameters

indicator (Optional)
Type: Eto.FormsTrayIndicator
Indicator to use to show the notification.
Remarks
On some platforms like Gtk and Windows 10 the indicator is not needed, while on the others like Windows 7 it's required. You can find out if the indicator is needed by looking at RequiresTrayIndicator property.
See Also