Table of Contents

Interface INotifyIconHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains methods and properties which allow to work with notify icon.

public interface INotifyIconHandler : IDisposable

Properties

Click

Gets or sets action which is called when notify icon is clicked.

DoubleClick

Gets or sets action which is called when notify icon is double-clicked.

Icon

Gets or sets the current icon.

IsIconInstalled

Gets whether icon was actually installed and visible.

IsOk

Gets whether this object initialized successfully.

Menu

Gets or sets the menu associated with the NotifyIcon.

Text

Gets or sets the tool tip text displayed when the mouse pointer rests on a notification area icon.

Visible

Gets or sets a value indicating whether the icon is visible in the notification area of the taskbar.