namespace MangaReader.Avalonia.Platform.Win.Interop { /// /// The notify icon version that is used. The higher /// the version, the more capabilities are available. /// public enum NotifyIconVersion { /// /// Extended tooltip support, which is available for Vista and later. /// Detailed information about what the different versions do, can be found here /// Vista = 0x4 } }