MindFusion.Wpf Pack Programmer's Guide
DiagramItem.GetToolTip Method
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public virtual Object GetToolTip (
    Point point,
    bool isDiagramCoordinate
)

Visual Basic  Copy Code

Public Overridable Function GetToolTip( _
    point As Point, _
    isDiagramCoordinate As Boolean _
) As Object

 Parameters

point

The mouse pointer position.

isDiagramCoordinate
true if the point is specified in logical diagram coordinates; false if the point is specified in WPF points.

 Return Value

An object specifying the tooltip contents.

 Remarks

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

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming.Wpf Namespace