TooltipEnabled Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
True if a tooltip should be displayed when hovering over the event

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

Syntax

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

See Also