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