Search
ItemTooltipEventArgs.Tooltip Property
See Also
 





Gets or sets the ToolTip of the item.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public string Tooltip { get; set; }

Visual Basic  Copy Code

Public Property Tooltip As String

 Property Value

A string specifying the item's tool tip.

 Remarks

Change this value if you need to override the default tool tip text.

 See Also