ITrayIconWithIsTemplateImpl Interface

Definition

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

Properties

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

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.
(Inherited from ITrayIconImpl)
SetIsTemplateIcon(Boolean) Sets if the tray icon has a template/monochrome icon or not.
SetIsVisible(Boolean) Sets if the tray icon is visible or not.
(Inherited from ITrayIconImpl)
SetToolTipText(String) Sets the icon of this tray icon.
(Inherited from ITrayIconImpl)

See Also