Gets the tooltip that should be displayed for this item at the specified point.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public virtual Object GetToolTip ( |
Visual Basic Copy Code |
---|
Public Overridable Function GetToolTip( _ |
The mouse pointer position.
An object specifying the tooltip contents.
You can override this method to return different tooltips for different regions of the item.
WpfDiagram Programmer's Guide | © 2024 MindFusion |