Click or drag to resize

TrayIndicatorIHandler Interface

Handler interface for the TrayIndicator control

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

The TrayIndicatorIHandler type exposes the following members.

Properties
  NameDescription
Public propertyImage
Gets or sets the image to display in the tray
Public propertyMenu
Gets or sets the menu shown when the user clicks on the tray icon.
Public propertyTitle
Gets or sets the title/tooltip for the TrayIndicator.
Public propertyVisible
Gets or sets a value indicating whether this TrayIndicator is visible.
Top
See Also