External/Aga.Controls/Tree/IToolTipProvider.cs
author moel.mich
Sun, 21 Jul 2013 15:51:43 +0000
changeset 414 93dbee74f1e7
permissions -rw-r--r--
Small correction for the Nuvoton NCT6791D super I/O chip.
     1 using System;
     2 using System.Collections.Generic;
     3 using System.Text;
     4 using Aga.Controls.Tree.NodeControls;
     5 
     6 namespace Aga.Controls.Tree
     7 {
     8 	public interface IToolTipProvider
     9 	{
    10 		string GetToolTip(TreeNodeAdv node, NodeControl nodeControl);
    11 	}
    12 }