Version

DayToolTipEventArgs Constructor

Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal date As Date, _
   ByVal message As String, _
   ByVal owningControl As UltraMonthViewMultiBase _
)
public DayToolTipEventArgs( 
   DateTime date,
   string message,
   UltraMonthViewMultiBase owningControl
)

Parameters

date
Date of the day for which the tooltip is being displayed.
message
Message displayed in the tooltip.
owningControl
UltraMonthViewMulti control which is displaying the tooltip.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also