Added support for fan control on ITE 87XX chips and a mainboard specific configuration for the Gigabyte GA 970A UD3 (both based on a patch from Eric Hokanson).
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);