Added a wrapper for the NotifyIconAdv to use the normal NotifyIcon class on Linux systems and the (fixed) custom implementation on Windows systems.
2 using System.Collections.Generic;
4 using Aga.Controls.Tree.NodeControls;
6 namespace Aga.Controls.Tree
8 public interface IToolTipProvider
10 string GetToolTip(TreeNodeAdv node, NodeControl nodeControl);