Search
TooltipEventArgs Members
Properties
 


Contains the arguments passed to handlers of the TooltipDisplaying event.

The following tables list the members exposed by the TooltipEventArgs type.

 Public Properties

  Name Description

Element

Gets the element whose ToolTip is being displayed.

Resource

Gets the resource associated with the calendar element or null (Nothing in Visual Basic) if none.

Time

Gets the time associated with the calendar element or DateTime.MinValue if none.

Tooltip

Gets or sets the ToolTip of the element.

 See Also