ShowEventTooltips Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
Indicates whether hovering over an event will display a tooltip of the event

Namespace: Calendar.NET
Assembly: Calendar.NET (in Calendar.NET.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool ShowEventTooltips { get; set; }
Visual Basic
Public Property ShowEventTooltips As Boolean
	Get
	Set
Visual C++
public:
property bool ShowEventTooltips {
	bool get ();
	void set (bool value);
}

See Also