Interface IHasToolTip
- Namespace
- Northwoods.Go.Tools
- Assembly
- Northwoods.GoDiagram.WinForms.dll
This simple interface is implemented by classes that allow for the use of a ToolTip, namely Diagram and GraphObject.
public interface IHasToolTip
Properties
ToolTip
A tooltip to be shown.
IShowHidable ToolTip { get; set; }