Gets or sets a value indicating whether the Web server control is enabled.

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public override bool Enabled { get; set; }
Visual Basic
Public Overrides Property Enabled As Boolean
	Get
	Set

Field Value

Return Value

true if control is enabled; otherwise, false. The default is true.

See Also