Click or drag to resize

TrayIndicator Class

A system tray indicator.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class TrayIndicator : Widget

The TrayIndicator type exposes the following members.

Constructors
  NameDescription
Public methodTrayIndicator
Initializes a new instance of the TrayIndicator class
Top
Properties
  NameDescription
Public propertyIcon Obsolete.
Gets or sets the icon for the TrayIndicator.
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
Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations.
(Overrides WidgetGetCallback.)
Public methodHide
Hide this instance of TrayIndicator.
Protected methodOnActivated
Raises the Activated event.
Public methodSetMenu Obsolete.
Sets the indicator menu.
Public methodShow
Show this instance of TrayIndicator.
Top
Events
  NameDescription
Public eventActivated
Event to handle when the user left click the TrayIndicator.
Top
Fields
  NameDescription
Public fieldStatic memberActivatedEvent
Event identifier for handlers when attaching the Activated event.
Top
See Also