Gets or sets the URL path to the image that will be shown when button is disabled.

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

Syntax

C#
public string DisabledImageUrl { get; set; }
Visual Basic
Public Property DisabledImageUrl As String
	Get
	Set

See Also