Click or drag to resize

NotificationIHandlerRequiresTrayIndicator 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
bool RequiresTrayIndicator { get; }

Property Value

Type: Boolean
true if TrayIndicator is required; otherwise, false.
See Also