[UnstableAttribute]
public interface ITrayIconWithIsTemplateImpl : ITrayIconImpl,
IDisposable<UnstableAttribute>
Public Interface ITrayIconWithIsTemplateImpl
Inherits ITrayIconImpl, IDisposable[<UnstableAttribute>]
type ITrayIconWithIsTemplateImpl =
interface
interface ITrayIconImpl
interface IDisposable
end| 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) |
| Dispose | Performs 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) |