Adding SoundGraphDisplay and SensorFrontView classes.
They were respectively based on SystemTray and SensorNotifyIcon.
SoundGraphDisplay is now able to load iMONDisplay.dll providing it lives on your PATH.
Adding option to sensor context menu for adding it into FrontView.
4 namespace Aga.Controls.Tree
6 public class DropNodeValidatingEventArgs: EventArgs
11 public DropNodeValidatingEventArgs(Point point, TreeNodeAdv node)
19 get { return _point; }
22 public TreeNodeAdv Node
25 set { _node = value; }