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.
2 using System.Collections.Generic;
5 namespace Aga.Controls.Tree
7 public enum DrawSelectionMode
9 None, Active, Inactive, FullRowSelect
12 public enum TreeSelectionMode
14 Single, Multi, MultiSameParent
17 public enum NodePosition
22 public enum VerticalAlignment
27 public enum IncrementalSearchMode
29 None, Standard, Continuous
33 public enum GridLineStyle
38 HorizontalAndVertical = 3
41 public enum ImageScaleMode
48 /// Scales image to fit the display rectangle, aspect ratio is not fixed.
52 /// Scales image down if it is larger than display rectangle, taking aspect ratio into account
56 /// Scales image up if it is smaller than display rectangle, taking aspect ratio into account
60 /// Scales image to match the display rectangle, taking aspect ratio into account