Search
TooltipEventArgs.Element Property
See Also
 





Gets the element whose ToolTip is being displayed.

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

 Syntax

C#  Copy Code

public CalendarElement Element { get; }

Visual Basic  Copy Code

Public ReadOnly Property Element As CalendarElement

 Property Value

A member of the CalendarElement enumeration identifying the calendar element whose tooltip is about to be displayed.

 See Also