Enabled Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
True if the event is enabled, otherwise false

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

Syntax

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

See Also