Retrieves the string tooltip previously associated with the item.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string GetItemTooltip ( |
Visual Basic
Copy Code
|
|---|
Public Function GetItemTooltip ( _ |
The tooltip previously associated with the item through the SetItemTooltip method or null (Nothing in Visual Basic) if the item does not have an associated tooltip.
See Also