Click or drag to resize

NotificationIHandler Interface

Handler interface for the Notification control

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WidgetIHandler

The NotificationIHandler type exposes the following members.

Properties
  NameDescription
Public propertyContentImage
Gets or sets the content image of the notification
Public propertyMessage
Gets or sets the message of the Notification.
Public propertyRequiresTrayIndicator
Gets a value indicating whether this Notification requires a TrayIndicator to be displayed.
Public propertyTitle
Gets or sets the title for the Notification.
Public propertyUserData
Gets or sets user data for the notification.
Top
Methods
  NameDescription
Public methodShow
Shows the current notification.
Top
See Also