Click or drag to resize

NotificationRequiresTrayIndicator Property

Gets a value indicating whether this Notification requires a TrayIndicator to be displayed.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool RequiresTrayIndicator { get; }

Property Value

Type: Boolean
true if TrayIndicator is required; otherwise, false.
Remarks
Usually if a tray is required but not provided, one will be created for the purposes of showing the notification with the same icon as the MainForm.
See Also