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