Interface IHasToolTip

GoDiagram®
v10.0.8
by Northwoods Software®

This simple interface is implemented by classes that allow for the use of a ToolTip, namely Diagram and GraphObject.

Namespace: Northwoods.Go.Tools
Assembly: Northwoods.GoDiagram.WinForms.dll
Syntax
public interface IHasToolTip

Properties

ToolTip

A tooltip to be shown.

Declaration
IShowHidable ToolTip { get; set; }
Property Value
Type Description
IShowHidable