ITrayIconImpl Interface

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[UnstableAttribute]
public interface ITrayIconImpl : IDisposable
Implements
IDisposable

Properties

MenuExporter Gets the MenuExporter to allow native menus to be exported to the TrayIcon.
OnClicked Gets or Sets the Action that is called when the TrayIcon is clicked.

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
SetIcon(IWindowIconImpl) Sets the icon of this tray icon.
SetIsVisible(Boolean) Sets if the tray icon is visible or not.
SetToolTipText(String) Sets the icon of this tray icon.

See Also