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.

Created

Gets or sets the action to be executed when the notify icon is created.

Icon

Gets or sets the current icon.

IsIconInstalled

Gets whether icon was actually installed and visible.

IsOk

Gets whether this object initialized successfully.

LeftMouseButtonDoubleClick

Gets or sets the action which is called when the left mouse button is double-clicked on the notify icon.

LeftMouseButtonDown

Gets or sets the action which is called when the left mouse button is pressed on the notify icon.

LeftMouseButtonUp

Gets or sets the action which is called when the left mouse button is released on the notify icon.

RightMouseButtonDoubleClick

Gets or sets the action which is called when the right mouse button is double-clicked on the notify icon.

RightMouseButtonDown

Gets or sets the action which is called when the right mouse button is pressed on the notify icon.

RightMouseButtonUp

Gets or sets the action which is called when the right mouse button is released on the notify icon.

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.

Methods

SetContextMenu(ContextMenu?)

Sets the context menu to be displayed when the notification icon is right-clicked.