NotificationRequiresTrayIndicator Property |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool RequiresTrayIndicator { get; }
Public ReadOnly Property RequiresTrayIndicator As Boolean
Get
member RequiresTrayIndicator : bool with get
Property Value
Type:
Booleantrue 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