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

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.Client (in C1.Web.iPhone.Client.dll)

Syntax

JavaScript
function get_enabled();
function set_enabled(value);

Field Value

Return Value

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

See Also