Search
DiagramItem.GetToolTip Method
See Also
 





Gets the tooltip that should be displayed for this item at the specified point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual string GetToolTip (
    PointF point
)

Visual Basic  Copy Code

Public Overridable Function GetToolTip( _
    point As PointF _
) As String

 Parameters

point
The mouse pointer position.

 Return Value

A string specifying the tooltip text.

 Remarks

You can override this method to return different tooltips for different regions of the item.

 See Also